From 35de2c42aa59547482faad3b14defff36c2e3427 Mon Sep 17 00:00:00 2001 From: Eva Krebs Date: Sat, 22 Oct 2022 15:38:51 +0200 Subject: [PATCH] ui size quick fix --- .../KoanEditor.class/instance/statusBarHeight.st | 2 +- src/Koans-Core.package/KoanEditor.class/methodProperties.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Koans-Core.package/KoanEditor.class/instance/statusBarHeight.st b/src/Koans-Core.package/KoanEditor.class/instance/statusBarHeight.st index 51fa3ef..acc66e2 100644 --- a/src/Koans-Core.package/KoanEditor.class/instance/statusBarHeight.st +++ b/src/Koans-Core.package/KoanEditor.class/instance/statusBarHeight.st @@ -1,4 +1,4 @@ statusbar statusBarHeight - ^ 25 \ No newline at end of file + ^ 100 \ No newline at end of file diff --git a/src/Koans-Core.package/KoanEditor.class/methodProperties.json b/src/Koans-Core.package/KoanEditor.class/methodProperties.json index 7017fc1..e849c26 100644 --- a/src/Koans-Core.package/KoanEditor.class/methodProperties.json +++ b/src/Koans-Core.package/KoanEditor.class/methodProperties.json @@ -50,7 +50,7 @@ "saveChanges" : "rhi 10/12/2017 12:23", "setBrowserTo:" : "SL 6/21/2017 00:13", "statusBarBackgroundColor" : "pre 11/5/2018 08:43", - "statusBarHeight" : "PG 8/4/2017 14:50", + "statusBarHeight" : "ek 10/22/2022 15:31", "statusBarText" : "pre 11/6/2018 11:10", "statusBarTextColor" : "pre 11/6/2018 11:10", "successMessage" : "SL 7/15/2017 19:12",