match reset help button text size to leds
This commit is contained in:
@@ -1256,8 +1256,10 @@ void pick_preferences(bool record) {
|
||||
|
||||
cDialog prefsDlog(*ResMgr::dialogs.get("preferences"));
|
||||
prefsDlog.attachClickHandlers(&prefs_event_filter, {"okay", "cancel"});
|
||||
prefsDlog.attachClickHandlers(&reset_help, {"resethelp"});
|
||||
|
||||
prefsDlog.attachClickHandlers(&reset_help, {"resethelp"});
|
||||
dynamic_cast<cButton&>(prefsDlog["resethelp"]).setTextSize(10);
|
||||
|
||||
cLedGroup& displayMode = dynamic_cast<cLedGroup&>(prefsDlog["display"]);
|
||||
switch(get_int_pref("DisplayMode")) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user