mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
ide: Bottom pane cosmetics
This commit is contained in:
parent
c2dc0b3617
commit
2d59b2f79b
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue