Browse Source

changed add vault icon to caret down and set contentDisplay RIGHT

Jan-Peter Klein 1 year ago
parent
commit
34328c10bf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/fxml/vault_list.fxml

+ 2 - 2
src/main/resources/fxml/vault_list.fxml

@@ -26,9 +26,9 @@
 				<Arc VBox.vgrow="NEVER" styleClass="onboarding-overlay-arc" type="OPEN" centerX="50" centerY="0" radiusY="100" radiusX="50" startAngle="0" length="-60" strokeWidth="1"/>
 			</VBox>
 		</StackPane>
-		<Button fx:id="addVaultBtn" onAction="#showMenu" styleClass="toolbar-button" text="%main.vaultlist.addVaultBtn" alignment="BASELINE_CENTER" maxWidth="Infinity">
+		<Button fx:id="addVaultBtn" onAction="#showMenu" styleClass="toolbar-button" text="%main.vaultlist.addVaultBtn" alignment="BASELINE_CENTER" maxWidth="Infinity" contentDisplay="RIGHT">
 			<graphic>
-				<FontAwesome5IconView glyph="PLUS"/>
+				<FontAwesome5IconView glyph="CARET_DOWN"/>
 			</graphic>
 		</Button>
 	</VBox>