From da1f0f43d0a42198d9309be9d1f67d128d685cfe Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Sun, 26 May 2024 22:03:49 +0100 Subject: [PATCH] Updated default custom layout values to account for new coordinate system --- src/common/settings.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/settings.h b/src/common/settings.h index 06e361fe4..a106c6ec3 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -497,8 +497,8 @@ struct Values { Setting custom_top_height{240, "custom_top_height"}; Setting custom_bottom_x{40, "custom_bottom_x"}; Setting custom_bottom_y{240, "custom_bottom_y"}; - Setting custom_bottom_width{360, "custom_bottom_width"}; - Setting custom_bottom_height{480, "custom_bottom_height"}; + Setting custom_bottom_width{320, "custom_bottom_width"}; + Setting custom_bottom_height{240, "custom_bottom_height"}; Setting custom_second_layer_opacity{100, "custom_second_layer_opacity"}; SwitchableSetting bg_red{0.f, "bg_red"};