From 4fbcce75a00ac5499c59115f3e134d234e40de5e Mon Sep 17 00:00:00 2001 From: Ripe <42308266+Ripeey@users.noreply.github.com> Date: Sun, 10 Jul 2022 23:19:14 +0530 Subject: [PATCH 1/2] Update dark-blue.json --- customtkinter/assets/themes/dark-blue.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/customtkinter/assets/themes/dark-blue.json b/customtkinter/assets/themes/dark-blue.json index 2868ec4..0b1a33f 100644 --- a/customtkinter/assets/themes/dark-blue.json +++ b/customtkinter/assets/themes/dark-blue.json @@ -72,6 +72,8 @@ "switch_border_width": 3, "switch_corner_radius": 1000, "switch_button_corner_radius": 1000, - "switch_button_length": 0 + "switch_button_length": 0, + "scrollbar_corner_radius": 1000, + "scrollbar_border_spacing": 4 } } From d45904b1e40dba4392b38fab8fab6ff3db8ffe24 Mon Sep 17 00:00:00 2001 From: Ripeey Date: Mon, 11 Jul 2022 04:57:17 +0530 Subject: [PATCH 2/2] Update missing scrollbar configs in green and sweetkind themes. --- customtkinter/assets/themes/green.json | 4 +++- customtkinter/assets/themes/sweetkind.json | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/customtkinter/assets/themes/green.json b/customtkinter/assets/themes/green.json index a6608a1..d3e9442 100644 --- a/customtkinter/assets/themes/green.json +++ b/customtkinter/assets/themes/green.json @@ -72,6 +72,8 @@ "switch_border_width": 3, "switch_corner_radius": 1000, "switch_button_corner_radius": 1000, - "switch_button_length": 0 + "switch_button_length": 0, + "scrollbar_corner_radius": 1000, + "scrollbar_border_spacing": 4 } } diff --git a/customtkinter/assets/themes/sweetkind.json b/customtkinter/assets/themes/sweetkind.json index f9bec05..1756db5 100644 --- a/customtkinter/assets/themes/sweetkind.json +++ b/customtkinter/assets/themes/sweetkind.json @@ -72,6 +72,8 @@ "switch_border_width": 3, "switch_corner_radius": 1000, "switch_button_corner_radius": 1000, - "switch_button_length": 2 + "switch_button_length": 2, + "scrollbar_corner_radius": 1000, + "scrollbar_border_spacing": 4 } }