From c8db48daad623022cb100a0b5679a766279f55d8 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 config 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 6eca417cf..03f2f2a3b 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -492,8 +492,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"};