Skip to content

Commit 2af417b

Browse files
PunkPunMailaender
authored andcommitted
Revert part of 377bb4b
1 parent cbcd413 commit 2af417b

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

mods/cnc/chrome/editor.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,6 @@ Container@EDITOR_WORLD_ROOT:
635635
Y: 0
636636
Width: PARENT_RIGHT
637637
Height: PARENT_BOTTOM
638-
#Background: scrollpanel-bg
639638
Children:
640639
Label@AREA_EDIT_TITLE:
641640
X: 6
@@ -1001,3 +1000,16 @@ ScrollPanel@CATEGORY_FILTER_PANEL:
10011000
Width: PARENT_RIGHT - 29
10021001
Height: 20
10031002
Visible: false
1003+
1004+
ScrollPanel@OVERLAY_PANEL:
1005+
Width: 140
1006+
Height: 80
1007+
ItemSpacing: 5
1008+
TopBottomSpacing: 0
1009+
Children:
1010+
Checkbox@CATEGORY_TEMPLATE:
1011+
X: 5
1012+
Y: 5
1013+
Width: PARENT_RIGHT - 29
1014+
Height: 20
1015+
Visible: false

mods/cnc/chrome/tooltips.yaml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,29 @@ Background@BUTTON_TOOLTIP_FACTIONSUFFIX:
7272
Font: TinyBold
7373
VAlign: Top
7474

75+
Background@BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP:
76+
Logic: ButtonTooltipLogic
77+
Background: panel-black
78+
Height: 26
79+
Children:
80+
Label@LABEL:
81+
X: 5
82+
Y: 1
83+
Height: 23
84+
Font: Bold
85+
Label@HOTKEY:
86+
Y: 1
87+
Visible: false
88+
TextColor: FFFF00
89+
Height: 23
90+
Font: Bold
91+
LabelWithHighlight@DESC:
92+
X: 5
93+
Y: 26
94+
Height: 12
95+
Font: TinyBold
96+
VAlign: Top
97+
7598
Background@BUTTON_WITH_DESC_HIGHLIGHT_TOOLTIP_FACTIONSUFFIX:
7699
Logic: ButtonTooltipLogic, AddFactionSuffixLogic
77100
Background: panel-black

0 commit comments

Comments
 (0)