From 1d08d2bf07a81fba48e5756ac3601a2ac251c3a5 Mon Sep 17 00:00:00 2001 From: jordanmontt Date: Thu, 17 Feb 2022 16:58:36 +0100 Subject: [PATCH] Changed 'the commit message presenter size' in IceTipCommitBrowser class. --- Iceberg-TipUI/IceTipCommitBrowser.class.st | 1 + 1 file changed, 1 insertion(+) diff --git a/Iceberg-TipUI/IceTipCommitBrowser.class.st b/Iceberg-TipUI/IceTipCommitBrowser.class.st index 9ec5f22242..ffa51e4ea8 100644 --- a/Iceberg-TipUI/IceTipCommitBrowser.class.st +++ b/Iceberg-TipUI/IceTipCommitBrowser.class.st @@ -43,6 +43,7 @@ IceTipCommitBrowser class >> defaultLayout [ ^ SpPanedLayout newTopToBottom add: #diffPanel; add: #commentPanel; + positionOfSlider: 75 percent; yourself ]