Center the calculator in the window.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 574
This commit is contained in:
parent
7cd8727f6c
commit
4306fa5993
1 changed files with 1 additions and 0 deletions
|
|
@ -123,6 +123,7 @@ void BuildGUI()
|
|||
|
||||
table = TXT_NewTable(4);
|
||||
TXT_AddWidget(window, table);
|
||||
TXT_SetWidgetAlign(table, TXT_HORIZ_CENTER);
|
||||
|
||||
AddNumberButton(table, 7);
|
||||
AddNumberButton(table, 8);
|
||||
|
|
|
|||
Loading…
Reference in a new issue