diff --git a/mods/common/chrome/missionbrowser.yaml b/mods/common/chrome/missionbrowser.yaml index 18d6d051f8..f2d7949c99 100644 --- a/mods/common/chrome/missionbrowser.yaml +++ b/mods/common/chrome/missionbrowser.yaml @@ -19,7 +19,7 @@ Background@MISSIONBROWSER_PANEL: Height: PARENT_BOTTOM - 110 Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 diff --git a/mods/common/chrome/replaybrowser.yaml b/mods/common/chrome/replaybrowser.yaml index 8ba22276d6..61c83c8ad6 100644 --- a/mods/common/chrome/replaybrowser.yaml +++ b/mods/common/chrome/replaybrowser.yaml @@ -217,7 +217,7 @@ Background@REPLAYBROWSER_PANEL: IgnoreChildMouseOver: true Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 diff --git a/mods/d2k/chrome/dropdowns.yaml b/mods/d2k/chrome/dropdowns.yaml index 17923ac792..ef3ad29fdb 100644 --- a/mods/d2k/chrome/dropdowns.yaml +++ b/mods/d2k/chrome/dropdowns.yaml @@ -2,7 +2,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE: Width: DROPDOWN_WIDTH Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 @@ -78,7 +78,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE: Width: DROPDOWN_WIDTH Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 diff --git a/mods/d2k/chrome/encyclopedia.yaml b/mods/d2k/chrome/encyclopedia.yaml index 464dc0b9c6..5960e4e9b0 100644 --- a/mods/d2k/chrome/encyclopedia.yaml +++ b/mods/d2k/chrome/encyclopedia.yaml @@ -23,7 +23,7 @@ Background@ENCYCLOPEDIA_PANEL: Height: PARENT_BOTTOM - 25 Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 diff --git a/mods/d2k/chrome/missionbrowser.yaml b/mods/d2k/chrome/missionbrowser.yaml index a430791792..48cda4d09e 100644 --- a/mods/d2k/chrome/missionbrowser.yaml +++ b/mods/d2k/chrome/missionbrowser.yaml @@ -19,7 +19,7 @@ Background@MISSIONBROWSER_PANEL: Height: 405 Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 diff --git a/mods/ts/chrome/dropdowns.yaml b/mods/ts/chrome/dropdowns.yaml index b9dd35c547..d6e2ea6e55 100644 --- a/mods/ts/chrome/dropdowns.yaml +++ b/mods/ts/chrome/dropdowns.yaml @@ -2,7 +2,7 @@ ScrollPanel@LABEL_DROPDOWN_TEMPLATE: Width: DROPDOWN_WIDTH Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2 @@ -78,7 +78,7 @@ ScrollPanel@SPECTATOR_DROPDOWN_TEMPLATE: Width: DROPDOWN_WIDTH Children: ScrollItem@HEADER: - BaseName: scrollheader + Background: scrollheader Width: PARENT_RIGHT - 27 Height: 13 X: 2