mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-86977 Comboboxes look bad on Windows Look and Feel
This commit is contained in:
@@ -443,6 +443,10 @@ public final class LafManagerImpl extends LafManager implements ApplicationCompo
|
||||
uiDefaults.put("Menu.disabledArrowIcon", getAquaMenuDisabledIcon());
|
||||
}
|
||||
|
||||
if (UIUtil.isWinLafOnVista()) {
|
||||
uiDefaults.put("ComboBox.border", null);
|
||||
}
|
||||
|
||||
initInputMapDefaults(uiDefaults);
|
||||
|
||||
UIManager.put("Button.defaultButtonFollowsFocus", Boolean.FALSE);
|
||||
|
||||
Reference in New Issue
Block a user