Skip to content
This repository has been archived by the owner on Mar 5, 2023. It is now read-only.

Commit

Permalink
StatusBarFooter.fxml: Remove unneeded attribute
Browse files Browse the repository at this point in the history
Both StatusBar sets their minimum width to zero.

This is unnecessary as both status bar will have some content in
runtime.

Let's remove these unneeded attribute.
  • Loading branch information
MightyCupcakes committed Mar 25, 2017
1 parent c99f60a commit 0e6f1b5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/resources/view/StatusBarFooter.fxml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
<ColumnConstraints hgrow="SOMETIMES" minWidth="10.0" prefWidth="100.0" />
</columnConstraints>
<StatusBar styleClass="anchor-pane" fx:id="syncStatus" minWidth="0.0"/>
<StatusBar styleClass="anchor-pane" fx:id="saveLocationStatus" minWidth="0.0" GridPane.columnIndex="1"
nodeOrientation="RIGHT_TO_LEFT" />
<StatusBar styleClass="anchor-pane" fx:id="syncStatus" />
<StatusBar styleClass="anchor-pane" fx:id="saveLocationStatus" GridPane.columnIndex="1" nodeOrientation="RIGHT_TO_LEFT" />
</GridPane>

0 comments on commit 0e6f1b5

Please sign in to comment.