Skip to content

Commit

Permalink
Update menu space
Browse files Browse the repository at this point in the history
  • Loading branch information
rahmanusta committed Mar 27, 2015
1 parent 2bee7dc commit 1dbf4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/kodcu/service/ui/EditorService.java
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ public Node createEditorVBox(WebView webView, MyTab myTab) {
webView.requestFocus();
});

topMenu.setSpacing(10);
topMenu.setSpacing(9);
topMenu.getStyleClass().add("top-menu");

final ScrollPane scrollPane = new ScrollPane();
Expand Down Expand Up @@ -302,7 +302,7 @@ private Node createSecondEditorVBox(final String iconSize, final double minSize)

final HBox topMenu = new HBox(admonitionButton, blocks, documentHelpers,extensions);

topMenu.setSpacing(10);
topMenu.setSpacing(9);
topMenu.getStyleClass().add("top-menu");
topMenu.setStyle("-fx-padding:0 10px 5px 10px;");

Expand Down

0 comments on commit 1dbf4d3

Please sign in to comment.