]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
XonoticGameSettingsTab: reduce topic list width
authorTimePath <andrew.hardaker1995@gmail.com>
Tue, 10 Nov 2015 07:47:42 +0000 (18:47 +1100)
committerTimePath <andrew.hardaker1995@gmail.com>
Tue, 10 Nov 2015 07:47:42 +0000 (18:47 +1100)
qcsrc/menu/xonotic/dialog_settings_game.qc

index d8e7c4b65bec0066131d75ae8585ff59b0cdc920..6f68b332d3f98ad5bd9bb83c147f0ee0c2c54776 100644 (file)
@@ -147,7 +147,7 @@ CLASS(XonoticGameSettingsTab, XonoticTab)
                        topics.onChangeEntity = this;
 
                int
-               col = 0, width = 1.5;
+               col = 0, width = 1;
                this.gotoRC(this, 0, col);
                        this.TD(this, this.rows, width, topics);