Skip to content

Commit

Permalink
Merge branch 'master' into fix-bug-from-dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
wn committed Nov 6, 2018
2 parents 6b80147 + 870819b commit ce259c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 2 additions & 6 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
</padding>
</StackPane>

<StackPane VBox.vgrow="NEVER" fx:id="resultDisplayPlaceholder" styleClass="pane-with-border"
minHeight="100" prefHeight="100" maxHeight="100">
<padding>
<Insets top="5" right="10" bottom="5" left="10" />
</padding>
<StackPane VBox.vgrow="NEVER" fx:id="browserPlaceholder" minHeight="0" prefHeight="0" maxHeight="0">
</StackPane>

<SplitPane id="splitPane" fx:id="splitPane" dividerPositions="0.4" VBox.vgrow="ALWAYS">
Expand All @@ -54,7 +50,7 @@
<StackPane fx:id="listPanelPlaceholder" VBox.vgrow="ALWAYS"/>
</VBox>

<StackPane fx:id="browserPlaceholder" prefWidth="340" >
<StackPane fx:id="resultDisplayPlaceholder" prefWidth="340" >
<padding>
<Insets top="10" right="10" bottom="10" left="10" />
</padding>
Expand Down
4 changes: 0 additions & 4 deletions src/test/java/systemtests/HelpCommandSystemTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ public void openHelpWindow() {
getMainMenu().openHelpWindowUsingAccelerator();
assertHelpWindowOpen();

getBrowserPanel().click();
getMainMenu().openHelpWindowUsingAccelerator();
assertHelpWindowNotOpen();

//use menu button
getMainMenu().openHelpWindowUsingMenu();
assertHelpWindowOpen();
Expand Down

0 comments on commit ce259c8

Please sign in to comment.