summaryrefslogtreecommitdiff
path: root/textscreen/examples
diff options
context:
space:
mode:
authorSimon Howard2009-01-29 23:26:03 +0000
committerSimon Howard2009-01-29 23:26:03 +0000
commita6be65e608b72b3e08ea66278e3972864c085495 (patch)
treef82957208a5d3b4f6961a2922fd1824624a7d0c6 /textscreen/examples
parent61361932bf9f92deea2a97b84f8eefc8a7f0b252 (diff)
downloadchocolate-doom-a6be65e608b72b3e08ea66278e3972864c085495.tar.gz
chocolate-doom-a6be65e608b72b3e08ea66278e3972864c085495.tar.bz2
chocolate-doom-a6be65e608b72b3e08ea66278e3972864c085495.zip
Shrink text box slightly.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1439
Diffstat (limited to 'textscreen/examples')
-rw-r--r--textscreen/examples/guitest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/textscreen/examples/guitest.c b/textscreen/examples/guitest.c
index 2a4d78cb..893974df 100644
--- a/textscreen/examples/guitest.c
+++ b/textscreen/examples/guitest.c
@@ -151,7 +151,7 @@ void Window2(void)
table = TXT_NewTable(2);
TXT_AddWidget(window, table);
TXT_AddWidget(table, TXT_NewLabel("String: "));
- TXT_AddWidget(table, TXT_NewInputBox(&textbox_value, 30));
+ TXT_AddWidget(table, TXT_NewInputBox(&textbox_value, 20));
TXT_AddWidget(table, TXT_NewLabel("Int: "));
TXT_AddWidget(table, TXT_NewIntInputBox(&numbox_value, 10));
TXT_AddWidget(table, TXT_NewLabel("Spin control:"));