From f4ff85e64a5a085234c4f8f697280aac48cbf8d6 Mon Sep 17 00:00:00 2001 From: wp_xxyyzz Date: Tue, 12 Nov 2019 15:35:42 +0000 Subject: [PATCH] spktoolbar: Set TOOLBAR_CORNER_RADIUS to 0 (was: 3) to place tabs with zero CornerRadius immediately to the left edge of the toolbar. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7184 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/spktoolbar/SpkToolbar/spkt_Const.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/spktoolbar/SpkToolbar/spkt_Const.pas b/components/spktoolbar/SpkToolbar/spkt_Const.pas index 64bf0f3ca..0325b6a3d 100644 --- a/components/spktoolbar/SpkToolbar/spkt_Const.pas +++ b/components/spktoolbar/SpkToolbar/spkt_Const.pas @@ -132,7 +132,7 @@ const /// Pane padding? TOOLBAR_BORDER_WIDTH = 1; - TOOLBAR_CORNER_RADIUS = 3; + TOOLBAR_CORNER_RADIUS = 0; //was: 3; /// Tab caption height TOOLBAR_TAB_CAPTIONS_HEIGHT = 22; /// Tab caption horizontal padding