From d22cd3a74f92d8406ee9184842c64eea99625243 Mon Sep 17 00:00:00 2001 From: abcdefg30 Date: Thu, 26 Mar 2020 17:06:27 +0100 Subject: [PATCH] Adjust the map visibility panel height --- mods/cnc/chrome/editor.yaml | 4 +++- mods/common/chrome/editor.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mods/cnc/chrome/editor.yaml b/mods/cnc/chrome/editor.yaml index 6dc4924505..8b9d1946ae 100644 --- a/mods/cnc/chrome/editor.yaml +++ b/mods/cnc/chrome/editor.yaml @@ -182,8 +182,10 @@ Container@SAVE_MAP_PANEL: Font: Bold ScrollPanel@MAP_SAVE_VISIBILITY_PANEL: + TopBottomSpacing: 5 + ItemSpacing: 5 Width: 220 - Height: 64 + Height: 55 Children: Checkbox@VISIBILITY_TEMPLATE: X: 5 diff --git a/mods/common/chrome/editor.yaml b/mods/common/chrome/editor.yaml index 3ac15a1ae5..4e473d76b8 100644 --- a/mods/common/chrome/editor.yaml +++ b/mods/common/chrome/editor.yaml @@ -173,8 +173,10 @@ Background@SAVE_MAP_PANEL: Key: escape ScrollPanel@MAP_SAVE_VISIBILITY_PANEL: + TopBottomSpacing: 5 + ItemSpacing: 5 Width: 220 - Height: 64 + Height: 55 Children: Checkbox@VISIBILITY_TEMPLATE: X: 5