mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
IJPL-165254: vcs marker: Align actions
(cherry picked from commit 1618165c41cfe0dce37e16e179441fb1792abbcc) IJ-CR-149651 GitOrigin-RevId: 195145b946a0f294c8b149bf0a9ab9396798ccfd
This commit is contained in:
committed by
intellij-monorepo-bot
parent
2d971cffbb
commit
90ee4cefd1
@@ -60,7 +60,7 @@ public class LineStatusMarkerPopupPanel extends JPanel {
|
||||
boolean isEditorVisible = myEditorComponent != null;
|
||||
|
||||
JComponent toolbarComponent = toolbar.getComponent();
|
||||
toolbarComponent.setBorder(JBUI.Borders.empty(2, 0));
|
||||
toolbarComponent.setBorder(JBUI.Borders.empty(3, 0));
|
||||
toolbarComponent.setBackground(TOOLBAR_BACKGROUND_COLOR);
|
||||
|
||||
JComponent toolbarPanel = JBUI.Panels.simplePanel().addToLeft(new BorderLayoutPanel().addToTop(toolbarComponent));
|
||||
|
||||
Reference in New Issue
Block a user