Skip to content

Commit 7e9854c

Browse files
committed
Moves button to the top
1 parent 765e402 commit 7e9854c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

ui/src/main/resources/edu/wpi/grip/ui/GRIP.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,7 @@ Button.delete, Button.move-left, Button.move-right, .start-stoppable-button, .ex
114114
}
115115

116116
.expand {
117-
-fx-background-color: transparent;
118-
-fx-background-radius: 00;
119-
-fx-text-fill: black;
117+
-fx-background-color: transparent;
120118
}
121119

122120
VBox.sockets {

ui/src/main/resources/edu/wpi/grip/ui/pipeline/Step.fxml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@
7979
</graphic>
8080
</Label>
8181
<Separator orientation="HORIZONTAL" />
82-
<VBox fx:id="inputs" styleClass="sockets" />
8382
<Button fx:id="Expand" onMouseClicked="#expand" styleClass="expand"
8483
maxWidth="Infinity" prefHeight="0" HBox.hgrow="ALWAYS">
8584
<graphic>
@@ -93,6 +92,7 @@
9392
<Tooltip text="Expands and contracts the shown sockets"/>
9493
</tooltip>
9594
</Button>
95+
<VBox fx:id="inputs" styleClass="sockets" />
9696
<Separator orientation="HORIZONTAL" />
9797
<VBox fx:id="outputs" styleClass="sockets" />
9898
</VBox>

0 commit comments

Comments
 (0)