mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-10-30 08:03:03 +00:00
mod configure menu description padding set to 16
This commit is contained in:
parent
a7c4cccd17
commit
43811282d6
1 changed files with 3 additions and 1 deletions
|
|
@ -172,6 +172,8 @@ ConfigSubMenu::ConfigSubMenu(Element *parent) : Element(parent) {
|
|||
|
||||
description_label = context.create_element<Label>(body_container, "", LabelStyle::Small);
|
||||
description_label->set_min_width(800.0f);
|
||||
description_label->set_padding_left(16.0f);
|
||||
description_label->set_padding_right(16.0f);
|
||||
}
|
||||
|
||||
recompui::get_current_context().set_autofocus_element(back_button);
|
||||
|
|
@ -247,4 +249,4 @@ ConfigSubMenu *ElementConfigSubMenu::get_config_sub_menu_element() const {
|
|||
return config_sub_menu;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue