]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/menu/xonotic/dialog_multiplayer_join.qh
Menu: don't set intendedWidth for tabs, they get overridden by parent dialogs anyway
[xonotic/xonotic-data.pk3dir.git] / qcsrc / menu / xonotic / dialog_multiplayer_join.qh
1 #pragma once
2
3 #include "tab.qh"
4 CLASS(XonoticServerListTab, XonoticTab)
5         METHOD(XonoticServerListTab, fill, void(entity));
6         ATTRIB(XonoticServerListTab, rows, float, 23);
7         ATTRIB(XonoticServerListTab, columns, float, 6.5);
8
9         ATTRIB(XonoticServerListTab, name, string, "servers");
10 ENDCLASS(XonoticServerListTab)
11 entity makeXonoticServerListTab();