mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2025-12-29 11:12:34 +00:00
Remove dummy description for mod config options
This commit is contained in:
parent
14f92c41ab
commit
79ad45dd37
1 changed files with 1 additions and 1 deletions
|
|
@ -170,7 +170,7 @@ ConfigSubMenu::ConfigSubMenu(Element *parent) : Element(parent) {
|
|||
config_scroll_container = context.create_element<ScrollContainer>(config_container, ScrollDirection::Vertical);
|
||||
}
|
||||
|
||||
description_label = context.create_element<Label>(body_container, "Description", LabelStyle::Small);
|
||||
description_label = context.create_element<Label>(body_container, "", LabelStyle::Small);
|
||||
description_label->set_min_width(800.0f);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue