X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fmenu%2Fxonotic%2Fdialog_hudpanel_chat.qh;h=da2f329bbaa57503569d16c8d1ed5630a2d59052;hb=272af6c038013ddb8ea8dd51b2e347bf22991bf0;hp=b30ea9fb2cc435bc616e8bfe49e06632b1bc11a6;hpb=f532317ada52b5363cb0b74bfbdd38f5015e290c;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh b/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh index b30ea9fb2..da2f329bb 100644 --- a/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh +++ b/qcsrc/menu/xonotic/dialog_hudpanel_chat.qh @@ -3,11 +3,11 @@ #include "rootdialog.qh" CLASS(XonoticHUDChatDialog, XonoticRootDialog) METHOD(XonoticHUDChatDialog, fill, void(entity)); - ATTRIB(XonoticHUDChatDialog, title, string, _("Chat Panel")) - ATTRIB(XonoticHUDChatDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT) - ATTRIB(XonoticHUDChatDialog, intendedWidth, float, 0.4) - ATTRIB(XonoticHUDChatDialog, rows, float, 15) - ATTRIB(XonoticHUDChatDialog, columns, float, 4) - ATTRIB(XonoticHUDChatDialog, name, string, "HUDchat") - ATTRIB(XonoticHUDChatDialog, requiresConnection, float, true) + ATTRIB(XonoticHUDChatDialog, title, string, _("Chat Panel")); + ATTRIB(XonoticHUDChatDialog, color, vector, SKINCOLOR_DIALOG_TEAMSELECT); + ATTRIB(XonoticHUDChatDialog, intendedWidth, float, 0.4); + ATTRIB(XonoticHUDChatDialog, rows, float, 15.5); + ATTRIB(XonoticHUDChatDialog, columns, float, 4); + ATTRIB(XonoticHUDChatDialog, name, string, "HUDchat"); + ATTRIB(XonoticHUDChatDialog, requiresConnection, float, true); ENDCLASS(XonoticHUDChatDialog)