Fri, 30 May 2025 17:55:57 +0200
add up/down icon constants
| ui/ui/icons.h | file | annotate | diff | comparison | revisions |
--- a/ui/ui/icons.h Thu May 29 14:55:32 2025 +0200 +++ b/ui/ui/icons.h Fri May 30 17:55:57 2025 +0200 @@ -49,6 +49,8 @@ #define UI_ICON_DOCK_RIGHT "" #define UI_ICON_GO_BACK "go-previous" #define UI_ICON_GO_FORWARD "go-next" +#define UI_ICON_GO_UP "go-up" +#define UI_ICON_GO_DOWN "go-down" #endif /* UI_GTK */ @@ -68,6 +70,8 @@ #define UI_ICON_DOCK_RIGHT "DockRight" #define UI_ICON_GO_BACK "Back" #define UI_ICON_GO_FORWARD "Forward" +#define UI_ICON_GO_UP "Up" +#define UI_ICON_GO_DOWN "" // TODO: implement workaround for missing down symbol #endif /* UI_WINUI */