From 7e552333a993e83a2dba52392109617e486f5f60 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Wed, 12 Feb 2025 07:59:21 +0300 Subject: tab indicator: Add corner-radius setting --- wiki/Configuration:-Layout.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'wiki/Configuration:-Layout.md') diff --git a/wiki/Configuration:-Layout.md b/wiki/Configuration:-Layout.md index bc9e4218..d3bd6aaf 100644 --- a/wiki/Configuration:-Layout.md +++ b/wiki/Configuration:-Layout.md @@ -63,6 +63,7 @@ layout { length total-proportion=1.0 position "right" gaps-between-tabs 2 + corner-radius 8 active-color "red" inactive-color "gray" // active-gradient from="#80c8ff" to="#bbddff" angle=45 @@ -439,6 +440,9 @@ It can be `left`, `right`, `top`, or `bottom`. `gaps-between-tabs` controls the gap between individual tabs in logical pixels. +`corner-radius` sets the rounded corner radius for tabs in the indicator in logical pixels. +When `gaps-between-tabs` is zero, only the first and the last tabs have rounded corners, otherwise all tabs do. + `active-color`, `inactive-color`, `active-gradient`, `inactive-gradient` let you override the colors for the tabs. They have the same semantics as the border and focus ring colors and gradients. -- cgit