summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-11-28 22:12:55 +0100
committerCarl Hetherington <cth@carlh.net>2024-11-28 22:13:12 +0100
commited3f2e750c92f8508bb98a531d7f8d7af9857f19 (patch)
tree6670a1f103bb1d1d69c5938b7e81eb7d80a2b0d5 /src
parent9d11a95ac982633a1bc077fe841501e71f4125f5 (diff)
Tweak minimum size of GTK3 spin controls.
On at least Fedora 41 they are still too narrow in e.g. the reel editor of the editor.
Diffstat (limited to 'src')
-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 6a57b3262..b6907310d 100644
--- a/src/wx/wx_util.h
+++ b/src/wx/wx_util.h
@@ -57,7 +57,7 @@ class PasswordEntry;
#define DCPOMATIC_SIZER_GAP 8
#define DCPOMATIC_DIALOG_BORDER 12
#ifdef __WXGTK3__
-#define DCPOMATIC_SPIN_CTRL_WIDTH 124
+#define DCPOMATIC_SPIN_CTRL_WIDTH 134
#else
#define DCPOMATIC_SPIN_CTRL_WIDTH 56
#endif