diff options
author | Noel Grandin <noelgrandin@collabora.co.uk> | 2023-06-28 15:52:29 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2023-06-29 11:10:22 +0200 |
commit | 8863ca276efd7f915b7e3584172a1adb09643237 (patch) | |
tree | da3ad4ceabd89a49b156bf2229cc916e66e8ec41 | |
parent | 14c40c460526f2e4ed2c24a3f50baae25a43a8f2 (diff) |
increase space around tabbed pane titles
Tabbed pane titles are currently incredibly cramped,
increase the space a little to make them match better
with current OS layouts (all of the different OSes
we support use quite a lot of space around the
titles)
Change-Id: If9c7b4df81f8d206556e7c75097650ae21508384
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/153733
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r-- | vcl/source/control/tabctrl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/control/tabctrl.cxx b/vcl/source/control/tabctrl.cxx index a2461c5a0f80..cafbae98623c 100644 --- a/vcl/source/control/tabctrl.cxx +++ b/vcl/source/control/tabctrl.cxx @@ -46,7 +46,7 @@ #define TAB_OFFSET 3 /// Space to the left and right of the tabitem -#define TAB_ITEM_OFFSET_X 3 +#define TAB_ITEM_OFFSET_X 10 /// Space to the top and bottom of the tabitem #define TAB_ITEM_OFFSET_Y 3 #define TAB_EXTRASPACE_X 6 |