mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-19061 Integrate the Rearranger-plugin into core-IDEA
Use more suitable background color for atom node components
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@ public class ArrangementAtomNodeComponent implements ArrangementNodeComponent {
|
||||
Point mouseScreenLocation = MouseInfo.getPointerInfo().getLocation();
|
||||
myCloseButtonHovered = buttonBounds.contains(mouseScreenLocation);
|
||||
}
|
||||
Color color = mySelected ? UIUtil.getTreeSelectionBackground() : UIUtil.getTabbedPaneBackground();
|
||||
Color color = mySelected ? UIUtil.getTreeSelectionBackground() : UIUtil.getPanelBackground();
|
||||
Rectangle bounds = getBounds();
|
||||
g.setColor(color);
|
||||
g.fillRoundRect(0, 0, bounds.width, bounds.height, arcSize, arcSize);
|
||||
|
||||
Reference in New Issue
Block a user