diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-02 10:23:04 +0200 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2021-12-02 10:23:04 +0200 |
commit | 28f8dcd21324c3747e9d6201a1876a48d8d86477 (patch) | |
tree | 8b363751ed6eeeb906933603e73b2f7500788c52 /src/ui/util.c | |
parent | b9cdb34c59dc133b549deed5a4f3b9bb95197cca (diff) |
Mobile: Button group appearance
Diffstat (limited to 'src/ui/util.c')
-rw-r--r-- | src/ui/util.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/util.c b/src/ui/util.c index 695e43aa..04483e8d 100644 --- a/src/ui/util.c +++ b/src/ui/util.c | |||
@@ -2380,7 +2380,7 @@ iWidget *makePreferences_Widget(void) { | |||
2380 | { "heading id:heading.prefs.pagecontent" }, | 2380 | { "heading id:heading.prefs.pagecontent" }, |
2381 | { "dropdown id:prefs.doctheme.dark", 0, 0, (const void *) docThemes[0] }, | 2381 | { "dropdown id:prefs.doctheme.dark", 0, 0, (const void *) docThemes[0] }, |
2382 | { "dropdown id:prefs.doctheme.light", 0, 0, (const void *) docThemes[1] }, | 2382 | { "dropdown id:prefs.doctheme.light", 0, 0, (const void *) docThemes[1] }, |
2383 | { "radio id:prefs.saturation", 0, 0, (const void *) satItems }, | 2383 | { "radio horizontal:1 id:prefs.saturation", 0, 0, (const void *) satItems }, |
2384 | { "padding" }, | 2384 | { "padding" }, |
2385 | { "dropdown id:prefs.imagestyle", 0, 0, (const void *) imgStyles }, | 2385 | { "dropdown id:prefs.imagestyle", 0, 0, (const void *) imgStyles }, |
2386 | { NULL } | 2386 | { NULL } |
@@ -2397,12 +2397,12 @@ iWidget *makePreferences_Widget(void) { | |||
2397 | { "padding" }, | 2397 | { "padding" }, |
2398 | { "dropdown id:prefs.font.ui", 0, 0, (const void *) constData_Array(makeFontItems_("ui")) }, | 2398 | { "dropdown id:prefs.font.ui", 0, 0, (const void *) constData_Array(makeFontItems_("ui")) }, |
2399 | { "padding" }, | 2399 | { "padding" }, |
2400 | { "button text:" fontpack_Icon " ${menu.fonts}", 0, 0, "!open url:about:fonts" }, | 2400 | { "button text:" fontpack_Icon " " uiTextAction_ColorEscape "${menu.fonts}", 0, 0, "!open url:about:fonts" }, |
2401 | { NULL } | 2401 | { NULL } |
2402 | }; | 2402 | }; |
2403 | const iMenuItem stylePanelItems[] = { | 2403 | const iMenuItem stylePanelItems[] = { |
2404 | { "title id:heading.prefs.style" }, | 2404 | { "title id:heading.prefs.style" }, |
2405 | { "radio id:prefs.linewidth", 0, 0, (const void *) lineWidthItems }, | 2405 | { "radio horizontal:1 id:prefs.linewidth", 0, 0, (const void *) lineWidthItems }, |
2406 | { "padding" }, | 2406 | { "padding" }, |
2407 | { "input id:prefs.linespacing maxlen:5" }, | 2407 | { "input id:prefs.linespacing maxlen:5" }, |
2408 | { "radio id:prefs.quoteicon", 0, 0, (const void *) quoteItems }, | 2408 | { "radio id:prefs.quoteicon", 0, 0, (const void *) quoteItems }, |