Fix the red push button when used in dialogs

This commit is contained in:
2015-10-04 00:36:16 -04:00
parent bb26fb35ec
commit 28a513a4a0
2 changed files with 9 additions and 10 deletions

View File

@@ -108,7 +108,7 @@ label behaviour.
* `done` - A normal-sized 63x23 button with "Done" on it.
* `tall` - A tall 63x40 button.
* `trait` - A tall 63x40 button with "Race Good/Bad Traits" on it.
* `push` - A round red 30x30 push button.
* `push` - A round red 30x30 push button. The label is centred below it.
(Naturally, they correspond perfectly with the values of the @ref eBtnType
enumeration.)