diff options
Diffstat (limited to 'src/ui/util.c')
-rw-r--r-- | src/ui/util.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index 872a91ab..2a0c89dc 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -2416,6 +2416,10 @@ iWidget *makePreferences_Widget(void) { | |||
2416 | iWidget *accent = new_Widget(); { | 2416 | iWidget *accent = new_Widget(); { |
2417 | setId_Widget(addChild_Widget(accent, iClob(new_LabelWidget("${prefs.accent.teal}", "accent.set arg:0"))), "prefs.accent.0"); | 2417 | setId_Widget(addChild_Widget(accent, iClob(new_LabelWidget("${prefs.accent.teal}", "accent.set arg:0"))), "prefs.accent.0"); |
2418 | setId_Widget(addChild_Widget(accent, iClob(new_LabelWidget("${prefs.accent.orange}", "accent.set arg:1"))), "prefs.accent.1"); | 2418 | setId_Widget(addChild_Widget(accent, iClob(new_LabelWidget("${prefs.accent.orange}", "accent.set arg:1"))), "prefs.accent.1"); |
2419 | #if defined (iPlatformApple) | ||
2420 | /* TODO: Needs some tweaking. */ | ||
2421 | // setId_Widget(addChild_Widget(accent, iClob(new_LabelWidget("${prefs.accent.system}", "accent.set arg:2"))), "prefs.accent.2"); | ||
2422 | #endif | ||
2419 | } | 2423 | } |
2420 | addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.accent}"))); | 2424 | addChild_Widget(headings, iClob(makeHeading_Widget("${prefs.accent}"))); |
2421 | addChildFlags_Widget(values, iClob(accent), arrangeHorizontal_WidgetFlag | arrangeSize_WidgetFlag); | 2425 | addChildFlags_Widget(values, iClob(accent), arrangeHorizontal_WidgetFlag | arrangeSize_WidgetFlag); |