]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix screenshots list vertical size
authorterencehill <piuntn@gmail.com>
Thu, 9 Jun 2011 18:57:42 +0000 (20:57 +0200)
committerterencehill <piuntn@gmail.com>
Thu, 9 Jun 2011 18:57:42 +0000 (20:57 +0200)
qcsrc/menu/xonotic/dialog_multiplayer_screenshot.c

index 6ea1f55046d932e317af4f4a454109c9c32015d8..2b3a1a26af3c2b23c83408e3b971ff91a043547a 100644 (file)
@@ -35,7 +35,7 @@ void XonoticScreenshotBrowserTab_fill(entity me)
 {
        entity e, btn, slist;
        slist = makeXonoticScreenshotList();
-       const float slist_height = me.rows - 1;
+       const float slist_height = me.rows - 2;
        me.TR(me);
                me.TD(me, 1, 0.5, e = makeXonoticTextLabel(0, "Filter:"));
                me.TD(me, 1, 0.5, btn = makeXonoticButton("Clear", '0 0 0'));