Skip to content

Commit

Permalink
Merge pull request #1 from modembcc/branch-fix-bug-refactor
Browse files Browse the repository at this point in the history
Fix bug refactor
  • Loading branch information
ananya21 authored Mar 20, 2024
2 parents bac660d + 2a77726 commit f12161b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/view/MainWindow.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
</padding>
</StackPane>

<VBox fx:id="personList" styleClass="pane-with-border" minWidth="340" prefWidth="340" VBox.vgrow="ALWAYS">
<VBox fx:id="projectListPanel" styleClass="pane-with-border" minWidth="340" prefWidth="340" VBox.vgrow="ALWAYS">
<padding>
<Insets top="10" right="10" bottom="10" left="10" />
</padding>
<StackPane fx:id="personListPanelPlaceholder" VBox.vgrow="ALWAYS"/>
<StackPane fx:id="projectListPlaceholder" VBox.vgrow="ALWAYS"/>
</VBox>

<StackPane fx:id="statusbarPlaceholder" VBox.vgrow="NEVER" />
Expand Down

0 comments on commit f12161b

Please sign in to comment.