]> git.mdlowis.com Git - proto/labwc.git/commitdiff
theme: change builtin menu fallback button to arrow
authorJohan Malm <jgm323@gmail.com>
Tue, 17 Jun 2025 20:53:54 +0000 (21:53 +0100)
committerJohan Malm <johanmalm@users.noreply.github.com>
Wed, 18 Jun 2025 20:15:56 +0000 (21:15 +0100)
src/theme.c

index b413757be8c2704c548f76f4301671af8ff2e2a7..5671c19544d94b2f817ec6146172ea4d47c1c92d 100644 (file)
@@ -291,7 +291,7 @@ load_buttons(struct theme *theme)
                .name = "menu",
                .type = LAB_SSD_BUTTON_WINDOW_MENU,
                .state_set = 0,
-               .fallback_button = (const char[]){ 0x00, 0x18, 0x3c, 0x3c, 0x18, 0x00 },
+               .fallback_button = (const char[]){ 0x00, 0x21, 0x33, 0x1E, 0x0C, 0x00 },
        }, {
                .name = "iconify",
                .type = LAB_SSD_BUTTON_ICONIFY,