projects
/
xonotic
/
xonotic-data.pk3dir.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c91bb6a
)
Don't show a clear textbox button in name entry fields.
author
Rudolf Polzer <divVerent@xonotic.org>
Thu, 9 Apr 2015 13:02:20 +0000
(15:02 +0200)
committer
Rudolf Polzer <divVerent@xonotic.org>
Thu, 9 Apr 2015 13:02:20 +0000
(15:02 +0200)
qcsrc/menu/xonotic/dialog_firstrun.qc
patch
|
blob
|
history
diff --git
a/qcsrc/menu/xonotic/dialog_firstrun.qc
b/qcsrc/menu/xonotic/dialog_firstrun.qc
index 9c38e0e04f4eed5bafe417a2fd31e2fd5286ec5b..711cfc5e889447ddff3032b346321ddbbd53f5ef 100644
(file)
--- a/
qcsrc/menu/xonotic/dialog_firstrun.qc
+++ b/
qcsrc/menu/xonotic/dialog_firstrun.qc
@@
-60,6
+60,7
@@
void XonoticFirstRunDialog_fill(entity me)
box.forbiddenCharacters = "\r\n\\\"$"; // don't care, isn't getting saved
box.maxLength = -127; // negative means encoded length in bytes
box.saveImmediately = 1;
+ box.enableClearButton = 0;
label.textEntity = box;
me.TR(me);
me.TD(me, 5, 1.25, e = makeXonoticColorpicker(box));