mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix double scaling of Status Bar height
This commit is contained in:
+1
-1
@@ -54,7 +54,7 @@ import java.util.List;
|
||||
* User: spLeaner
|
||||
*/
|
||||
public class IdeStatusBarImpl extends JComponent implements StatusBarEx {
|
||||
private static final int MIN_ICON_HEIGHT = JBUI.scale(18 + 1 + 1);
|
||||
private static final int MIN_ICON_HEIGHT = 18 + 1 + 1;
|
||||
private final InfoAndProgressPanel myInfoAndProgressPanel;
|
||||
private IdeFrame myFrame;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user