X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_multiplayer_join.qh;h=a663eb527be116ba9e0b75bf953e6aba47f2dc2c;hb=c06a3a14f0ba50c9a5665d98f26c90735df39bde;hp=7fa837976cfb506f2303cbed9c0ef856f65e4b06;hpb=f72821fdcebe3ca01181a99727a06198de65ea08;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_multiplayer_join.qh b/qcsrc/menu/xonotic/dialog_multiplayer_join.qh index 7fa837976..a663eb527 100644 --- a/qcsrc/menu/xonotic/dialog_multiplayer_join.qh +++ b/qcsrc/menu/xonotic/dialog_multiplayer_join.qh @@ -3,8 +3,8 @@ #include "tab.qh" CLASS(XonoticServerListTab, XonoticTab) METHOD(XonoticServerListTab, fill, void(entity)); - ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9) - ATTRIB(XonoticServerListTab, rows, float, 23) - ATTRIB(XonoticServerListTab, columns, float, 6.5) + ATTRIB(XonoticServerListTab, intendedWidth, float, 0.9); + ATTRIB(XonoticServerListTab, rows, float, 23); + ATTRIB(XonoticServerListTab, columns, float, 6.5); ENDCLASS(XonoticServerListTab) entity makeXonoticServerListTab();