diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-12 00:31:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-12 23:41:00 +0100 |
| commit | 1d028a206c999bf61df84544e3aeb70cec4e505c (patch) | |
| tree | eab5d651f9ca33f769a91e94dc72927cb020c9b0 | |
| parent | ffc489c67f97366016e51de9390eb3f6841ad069 (diff) | |
Tweak SpinCtrl width for GTK3 to work with Mint's theme.
| -rw-r--r-- | src/wx/wx_util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/wx_util.h b/src/wx/wx_util.h index dcf5bbc18..d8935daa1 100644 --- a/src/wx/wx_util.h +++ b/src/wx/wx_util.h @@ -56,7 +56,7 @@ class PasswordEntry; #define DCPOMATIC_SIZER_GAP 8 #define DCPOMATIC_DIALOG_BORDER 12 #ifdef __WXGTK3__ -#define DCPOMATIC_SPIN_CTRL_WIDTH 118 +#define DCPOMATIC_SPIN_CTRL_WIDTH 124 #else #define DCPOMATIC_SPIN_CTRL_WIDTH 56 #endif |
