diff options
author | John Stebbins <[email protected]> | 2018-04-11 12:47:49 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-04-11 12:48:19 -0700 |
commit | 7d016e30de666db1003fc093422992ed173965f1 (patch) | |
tree | 22d0c8f01f9fea8665a7edf49049a587a8fd1f70 /gtk/src/icon_res.gresource.xml | |
parent | e848f64c10dc0c7630950d1c3cf30f7fe6a89442 (diff) |
LinGui: make main toolbar look like osx main toolbar
Diffstat (limited to 'gtk/src/icon_res.gresource.xml')
-rw-r--r-- | gtk/src/icon_res.gresource.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/icon_res.gresource.xml b/gtk/src/icon_res.gresource.xml index 8d6d1e16f..9318a7791 100644 --- a/gtk/src/icon_res.gresource.xml +++ b/gtk/src/icon_res.gresource.xml @@ -7,6 +7,7 @@ <file>icons/32x32/apps/hb-add-queue.png</file> <file>icons/32x32/apps/hb-showqueue.png</file> <file>icons/32x32/apps/hb-activity.png</file> + <file>icons/32x32/apps/hb-presets.png</file> <file>icons/32x32/apps/hb-start.png</file> <file>icons/32x32/apps/hb-stop.png</file> <file>icons/32x32/apps/hb-pause.png</file> @@ -16,6 +17,7 @@ <file>icons/64x64/apps/hb-add-queue.png</file> <file>icons/64x64/apps/hb-showqueue.png</file> <file>icons/64x64/apps/hb-activity.png</file> + <file>icons/64x64/apps/hb-presets.png</file> <file>icons/64x64/apps/hb-start.png</file> <file>icons/64x64/apps/hb-stop.png</file> <file>icons/64x64/apps/hb-pause.png</file> @@ -24,6 +26,7 @@ <file>icons/scalable/apps/hb-add-queue.svg</file> <file>icons/scalable/apps/hb-showqueue.svg</file> <file>icons/scalable/apps/hb-activity.svg</file> + <file>icons/scalable/apps/hb-presets.svg</file> <file>icons/scalable/apps/hb-start.svg</file> <file>icons/scalable/apps/hb-stop.svg</file> <file>icons/scalable/apps/hb-pause.svg</file> |