From 2d59b2f79b9ef3ef9e7d078718bca8adf2d989af Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Thu, 9 Oct 2025 09:12:01 +0200 Subject: [PATCH] ide: Bottom pane cosmetics --- uppsrc/ide/Bottom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uppsrc/ide/Bottom.cpp b/uppsrc/ide/Bottom.cpp index 955271855..bdcf51cb1 100644 --- a/uppsrc/ide/Bottom.cpp +++ b/uppsrc/ide/Bottom.cpp @@ -31,7 +31,7 @@ void RightTabs::Add(const Image& img, const String& tip, bool highlight) t.img = img; t.tip = tip; t.highlight = highlight; - cx = max(cx, DPI(1) + max(img.GetWidth(), DPI(16)) + DPI(80) + DPI(2)); + cx = max(cx, DPI(1) + max(img.GetWidth(), DPI(16)) + Zx(80) + DPI(2)); Repos(); }