summaryrefslogtreecommitdiff
path: root/libs/widgets
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-23 01:18:55 +0100
committerRobin Gareus <robin@gareus.org>2020-03-23 01:18:55 +0100
commit5c3f49ef2bab72787da590d0790e81c717bc8eac (patch)
tree7c1aba9f286c8d23bc78e65b05f7cb48cd802140 /libs/widgets
parenta54b000a703eebe42462df2ee228dbd803eb393f (diff)
Fix icon-tool
tape-rec icon was removed in a4d7b45fe, also re-order icons to retain grouping per line when using the icon render util
Diffstat (limited to 'libs/widgets')
-rw-r--r--libs/widgets/widgets/ardour_icon.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/widgets/widgets/ardour_icon.h b/libs/widgets/widgets/ardour_icon.h
index 81e2d47424..441135e20a 100644
--- a/libs/widgets/widgets/ardour_icon.h
+++ b/libs/widgets/widgets/ardour_icon.h
@@ -28,6 +28,9 @@
namespace ArdourWidgets { namespace ArdourIcon {
enum Icon {
RecButton,
+ ZoomIn,
+ ZoomOut,
+ ZoomFull,
TransportPanic,
TransportStop,
TransportPlay,
@@ -43,9 +46,6 @@ namespace ArdourWidgets { namespace ArdourIcon {
ToolAudition,
ToolDraw,
ToolContent,
- ZoomIn,
- ZoomOut,
- ZoomFull,
ZoomExpand,
TimeAxisShrink,
TimeAxisExpand,