334
edits
m (→What to do if I need to add new widgets to GUI: typos/style) |
|||
Line 381: | Line 381: | ||
== What to do if I need to add new widgets to GUI == | == What to do if I need to add new widgets to GUI == | ||
Most importantly, not all GUI behaviour is described in theme config. You can only alter the look, not the feel. So all real coding should go into the corresponding files in the gui/ directory. | |||
When you add a new widget, follow this checklist before committing: | When you add a new widget, follow this checklist before committing: | ||
Line 394: | Line 394: | ||
Currently the classic theme has the following most notable differences from the modern theme: | Currently the classic theme has the following most notable differences from the modern theme: | ||
* Line spacing | * Line spacing is narrower everywhere | ||
* Indentation is | * Indentation is smaller in most cases apart from the Game Options dialog |
edits