IJPL-165254: vcs marker: Align actions

(cherry picked from commit 1618165c41cfe0dce37e16e179441fb1792abbcc)

IJ-CR-149651

GitOrigin-RevId: 195145b946a0f294c8b149bf0a9ab9396798ccfd
This commit is contained in:
Aleksandr Krasilnikov
2024-11-05 19:30:01 +01:00
committed by intellij-monorepo-bot
parent 2d971cffbb
commit 90ee4cefd1

View File

@@ -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));