X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fmenu%2Fitem%2Ftab.qc;h=965679e0bebee564382ee842343c78942e222e53;hp=8cd72ba9c76a253b73001f2b1a32e3b95d23bf89;hb=77d45a36e18ce3de85a7d06869b3bc3e6411a6b2;hpb=51556c68ea3024fc22a9a38e0d0d72e5107e2d60 diff --git a/qcsrc/menu/item/tab.qc b/qcsrc/menu/item/tab.qc index 8cd72ba9c7..965679e0be 100644 --- a/qcsrc/menu/item/tab.qc +++ b/qcsrc/menu/item/tab.qc @@ -3,8 +3,6 @@ CLASS(Tab) EXTENDS(Dialog) ATTRIB(Tab, isTabRoot, float, 0) ATTRIB(Tab, closable, float, 0) ATTRIB(Tab, rootDialog, float, 0) - ATTRIB(Tab, title, string, string_null) - ATTRIB(Tab, titleFontSize, float, 0) // pixels // still to be customized ATTRIB(Tab, intendedWidth, float, 0) @@ -18,7 +16,6 @@ CLASS(Tab) EXTENDS(Dialog) ATTRIB(Tab, columnSpacing, float, 0) // pixels ATTRIB(Tab, rowSpacing, float, 0) // pixels ATTRIB(Tab, rowHeight, float, 0) // pixels - ATTRIB(Tab, titleHeight, float, 0) // pixels ATTRIB(Tab, backgroundImage, string, string_null) ENDCLASS(Tab)