From ed3f2e750c92f8508bb98a531d7f8d7af9857f19 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 28 Nov 2024 22:12:55 +0100 Subject: 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. --- src/wx/wx_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3