Modernized code in guisan objects, improved GUI layout

This commit is contained in:
Dimitris Panokostas 2020-05-15 00:27:51 +02:00
parent ed31f6849d
commit ecb56ef5be
94 changed files with 7326 additions and 7347 deletions

View file

@ -119,7 +119,7 @@ namespace gcn
/**
* Draws the widget border. A border is drawn around a widget.
* The width and height of the border is therefore the widgets
* height+2*bordersize. Think of a painting that has a certain size,
* height + 2 * border size. Think of a painting that has a certain size,
* the border surrounds the painting.
*
* @param graphics a Graphics object to draw with.