mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-03-17 18:55:19 +01:00
overlays: Align switches to container end
This commit is contained in:
parent
471ed347f4
commit
1be7b9f983
|
|
@ -64,7 +64,7 @@ namespace rsx
|
|||
|
||||
void home_menu_checkbox::set_size(u16 w, u16 h)
|
||||
{
|
||||
set_reserved_width(w / 2 + menu_entry_margin);
|
||||
set_reserved_width(menu_checkbox_size * 2 + menu_entry_margin);
|
||||
home_menu_setting::set_size(w, h);
|
||||
|
||||
auto checkbox_ = std::make_unique<switchbox>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue