mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-06-02 18:19:10 -04:00
Remove dummy description for mod config options
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user