Updated default custom layout values to account for new config system

This commit is contained in:
OpenSauce04 2024-05-26 22:03:49 +01:00 committed by OpenSauce
parent 1d318f7486
commit c8db48daad

View File

@ -492,8 +492,8 @@ struct Values {
Setting<u16> custom_top_height{240, "custom_top_height"}; Setting<u16> custom_top_height{240, "custom_top_height"};
Setting<u16> custom_bottom_x{40, "custom_bottom_x"}; Setting<u16> custom_bottom_x{40, "custom_bottom_x"};
Setting<u16> custom_bottom_y{240, "custom_bottom_y"}; Setting<u16> custom_bottom_y{240, "custom_bottom_y"};
Setting<u16> custom_bottom_width{360, "custom_bottom_width"}; Setting<u16> custom_bottom_width{320, "custom_bottom_width"};
Setting<u16> custom_bottom_height{480, "custom_bottom_height"}; Setting<u16> custom_bottom_height{240, "custom_bottom_height"};
Setting<u16> custom_second_layer_opacity{100, "custom_second_layer_opacity"}; Setting<u16> custom_second_layer_opacity{100, "custom_second_layer_opacity"};
SwitchableSetting<float> bg_red{0.f, "bg_red"}; SwitchableSetting<float> bg_red{0.f, "bg_red"};