mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
put help button on the left is and only if it's Mac or Win10 laf
This commit is contained in:
@@ -434,7 +434,7 @@ public abstract class DialogWrapper {
|
||||
}
|
||||
|
||||
protected static boolean isMoveHelpButtonLeft() {
|
||||
return UIUtil.isUnderAquaBasedLookAndFeel() || SystemInfo.isWindows && Registry.is("ide.intellij.laf.win10.ui");
|
||||
return UIUtil.isUnderAquaBasedLookAndFeel() || (SystemInfo.isWindows && Registry.is("ide.intellij.laf.win10.ui"));
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user