Fix track height menu.
[ardour.git] / gtk2_ardour / enums.h
index 62fe7eeacec211d8e4336372f9fcd0bf5a8b82fc..0b0e95f82874979419fe1aaefbdf0b541ce2e7d0 100644 (file)
@@ -45,6 +45,15 @@ struct SelectionRect {
     uint32_t id;
 };
 
+enum Height {
+       HeightLargest,
+       HeightLarger,
+       HeightLarge,
+       HeightNormal,
+       HeightSmall,
+       HeightSmaller
+};
+
 extern void setup_gtk_ardour_enums ();
 
 #endif /* __ardour_gtk_enums_h__ */