summaryrefslogtreecommitdiff
path: root/src/wx/wx_util.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-10-06 00:12:16 +0200
committerCarl Hetherington <cth@carlh.net>2020-10-06 01:11:28 +0200
commit3ee5431c7e270d7bf706fcf7530a6eb2c78480c3 (patch)
tree6fa4454a82b256265c7b3a8d39a9b57e0342a325 /src/wx/wx_util.h
parent4f652387cbeeda9b7b8ace71e047c450acf5c871 (diff)
Fix assorted GTK3-related alignment problems.
Diffstat (limited to 'src/wx/wx_util.h')
-rw-r--r--src/wx/wx_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h
index f12671786..bb4c08a64 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -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