vcl/source/control/tabctrl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8863ca276efd7f915b7e3584172a1adb09643237
Author:     Noel Grandin <noelgran...@collabora.co.uk>
AuthorDate: Wed Jun 28 15:52:29 2023 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Thu Jun 29 11:10:22 2023 +0200

    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.gran...@collabora.co.uk>

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

Reply via email to