From 14723ae0203ce13b4819dce6ffa4f0a6265ce2ae Mon Sep 17 00:00:00 2001 From: Sergei Tachenov Date: Thu, 30 Oct 2025 09:02:33 +0200 Subject: [PATCH] [UI] IJPL-189623 Islands: set keys for stripe button text offsets The value for the left stripe is chosen by designers. For the right stripe it's done symmetrically. One can easily see the effect on the right stripe by looking at the DB tool window label. GitOrigin-RevId: 5d5a4c07c78411f813bf91d0fb64a053dde1fa7c --- .../src/themes/islands/ManyIslandsDark.theme.json | 6 +++++- .../src/themes/islands/ManyIslandsLight.theme.json | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/platform/platform-resources/src/themes/islands/ManyIslandsDark.theme.json b/platform/platform-resources/src/themes/islands/ManyIslandsDark.theme.json index c64018951aaf..547580045e40 100644 --- a/platform/platform-resources/src/themes/islands/ManyIslandsDark.theme.json +++ b/platform/platform-resources/src/themes/islands/ManyIslandsDark.theme.json @@ -147,7 +147,11 @@ "leftStripeIconWithName.padding": "4,6,4,2", "rightStripeIconWithName.padding": "4,2,4,6", "leftStripeIconWithName.padding.compact": "3,4,3,2", - "rightStripeIconWithName.padding.compact": "3,2,3,4" + "rightStripeIconWithName.padding.compact": "3,2,3,4", + "leftStripeTextOffset": 2, + "leftStripeTextOffset.compact": 0, + "rightStripeTextOffset": -2, + "rightStripeTextOffset.compact": 0 }, "EditorTabs": { diff --git a/platform/platform-resources/src/themes/islands/ManyIslandsLight.theme.json b/platform/platform-resources/src/themes/islands/ManyIslandsLight.theme.json index 649195e75832..432fddae6a0c 100644 --- a/platform/platform-resources/src/themes/islands/ManyIslandsLight.theme.json +++ b/platform/platform-resources/src/themes/islands/ManyIslandsLight.theme.json @@ -100,7 +100,11 @@ "leftStripeIconWithName.padding": "4,6,4,2", "rightStripeIconWithName.padding": "4,2,4,6", "leftStripeIconWithName.padding.compact": "3,4,3,2", - "rightStripeIconWithName.padding.compact": "3,2,3,4" + "rightStripeIconWithName.padding.compact": "3,2,3,4", + "leftStripeTextOffset": 2, + "leftStripeTextOffset.compact": 0, + "rightStripeTextOffset": -2, + "rightStripeTextOffset.compact": 0 }, "EditorTabs": {