From 9c81507d6dcd04d6ca218bacebb6d5cd9b3d6778 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Sun, 11 Aug 2019 11:44:41 +0100 Subject: [PATCH] Adjust lobby option bin margins. --- mods/common/chrome/lobby-options.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mods/common/chrome/lobby-options.yaml b/mods/common/chrome/lobby-options.yaml index 2d59138d6d..7a73e1c7dd 100644 --- a/mods/common/chrome/lobby-options.yaml +++ b/mods/common/chrome/lobby-options.yaml @@ -15,12 +15,12 @@ Container@LOBBY_OPTIONS_BIN: Height: PARENT_BOTTOM Children: Container@LOBBY_OPTIONS: - X: 18 + X: 10 Y: 9 - Width: PARENT_RIGHT - 18 - 24 + Width: PARENT_RIGHT - 10 - 24 Children: Container@CHECKBOX_ROW_TEMPLATE: - Height: 34 + Height: 30 Children: Checkbox@A: Width: 175 @@ -28,7 +28,7 @@ Container@LOBBY_OPTIONS_BIN: Visible: False TooltipContainer: TOOLTIP_CONTAINER Checkbox@B: - X: 195 + X: 190 Width: 175 Height: 20 Visible: False @@ -40,16 +40,16 @@ Container@LOBBY_OPTIONS_BIN: Visible: False TooltipContainer: TOOLTIP_CONTAINER Container@DROPDOWN_ROW_TEMPLATE: - Height: 34 + Height: 30 Width: PARENT_RIGHT Children: Label@A_DESC: - Width: 80 + Width: 90 Height: 25 Align: Right Visible: False DropDownButton@A: - X: 85 + X: 95 Width: 160 Height: 25 Visible: False