From ade9504ec2fa3507cc92dd1c207f40a8ce35b1cc Mon Sep 17 00:00:00 2001 From: Graham Percival Date: Wed, 15 Nov 2023 13:03:42 -0800 Subject: [PATCH] TPath*Browse: don't use system spacing The macOS style has default spacing of 8 pixels, whereas fusion (the default style for linux) has a default spacing of 6 pixels. At the present time, we don't require the whole GUI to look pixel-identical on every platform. However, we _would_ like the fixed-size "library widgets" to have the same size. --- lib/forms/TPathComboBrowse.ui | 3 +++ lib/forms/TPathLineBrowse.ui | 3 +++ 2 files changed, 6 insertions(+) diff --git a/lib/forms/TPathComboBrowse.ui b/lib/forms/TPathComboBrowse.ui index a487dba6..b669f90a 100644 --- a/lib/forms/TPathComboBrowse.ui +++ b/lib/forms/TPathComboBrowse.ui @@ -32,6 +32,9 @@ Qt::StrongFocus + + 6 + 0 diff --git a/lib/forms/TPathLineBrowse.ui b/lib/forms/TPathLineBrowse.ui index 21932236..19ecdc11 100644 --- a/lib/forms/TPathLineBrowse.ui +++ b/lib/forms/TPathLineBrowse.ui @@ -32,6 +32,9 @@ Qt::StrongFocus + + 6 + 0