Fix assorted GTK3-related alignment problems.
[dcpomatic.git] / src / wx / wx_util.h
index f1267178652e490668832942a09de5c00d23adb4..bb4c08a647c2d577b97e4af51be07ba9086876a1 100644 (file)
@@ -48,7 +48,7 @@ class PasswordEntry;
 #define DCPOMATIC_SIZER_GAP 8
 #define DCPOMATIC_DIALOG_BORDER 12
 
-/** Spacing to use between buttons in a vertical line */
+/** Spacing to use between buttons in a vertical/horizontal line */
 #if defined(DCPOMATIC_OSX) | defined(__WXGTK3__)
 #define DCPOMATIC_BUTTON_STACK_GAP 2
 #else