From fb7033a7a4a29c9a7daf7eb495f7bdd2b0b1f140 Mon Sep 17 00:00:00 2001 From: Bruno Van de Velde Date: Wed, 20 Sep 2017 15:09:27 +0200 Subject: [PATCH] :lipstick: Fixed Scrollbar section in BabyBlue theme --- widgets/BabyBlue.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/widgets/BabyBlue.txt b/widgets/BabyBlue.txt index 3e9629cb..fdc2bd3c 100644 --- a/widgets/BabyBlue.txt +++ b/widgets/BabyBlue.txt @@ -124,8 +124,8 @@ RadioButton { } Scrollbar { - TextureTrack = "BabyBlue.png" Part(432, 2, 16, 32) Middle(0, 5, 32, 22); - TextureThumb = "BabyBlue.png" Part(414, 2, 16, 32) Middle(0, 5, 32, 22); + TextureTrack = "BabyBlue.png" Part(432, 2, 16, 32); + TextureThumb = "BabyBlue.png" Part(414, 2, 16, 32); TextureArrowUp = "BabyBlue.png" Part(2, 2, 16, 16); TextureArrowDown = "BabyBlue.png" Part(20, 2, 16, 16); }