Bug 562510 - When editor section is splitted, Min / Max buttons are tiny
Summary: When editor section is splitted, Min / Max buttons are tiny
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.14   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-27 04:44 EDT by Lars Vogel CLA
Modified: 2020-06-16 05:38 EDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Vogel CLA 2020-04-27 04:44:09 EDT
See https://bugs.eclipse.org/bugs/attachment.cgi?id=282575

If we drag an editor and split the editor areas, the min/ max icon get tiny.
Comment 1 Rolf Theunissen CLA 2020-04-27 09:03:57 EDT
Do you see this on Linux or on Windows?

At least I see this on Windows, and when you hover with the mouse over the icons they become big (nowadays). I thinks this was by design.

Have a look at Bug 389833 and Bug 495230.
Comment 2 Lars Vogel CLA 2020-04-28 10:26:23 EDT
I don't think this is on purpose, most likely a limitation what the tab renderer can do.
Comment 3 Philippe Dul CLA 2020-04-28 11:01:10 EDT
Hi, 

I don't know why, but it was done on purpose years ago, 
in the CSS e4_basetyle and e4-dark_tabstyle:

#org-eclipse-ui-editorss {
   swt-tab-height: 8px;
}

Regards
Philippe
Comment 4 Rolf Theunissen CLA 2020-04-28 11:16:13 EDT
The height of this tab is reduced to stop wasting space in the screen, see Bug 495230. Fix that one, and then probably this one is fixed as well.
Comment 5 Lars Vogel CLA 2020-06-16 04:46:17 EDT
I think it would be better if the icon is displayed in the normal size in the last stack (right hand-side).