mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-20 03:31:27 +00:00
closes #547
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
|
||||
<VBox prefWidth="200.0" cacheShape="true" cache="true">
|
||||
<StackPane VBox.vgrow="ALWAYS" cacheShape="true" cache="true">
|
||||
<ListView fx:id="vaultList" focusTraversable="false" cacheShape="true" cache="true"/>
|
||||
<ListView fx:id="vaultList" focusTraversable="true" cacheShape="true" cache="true"/>
|
||||
<AnchorPane fx:id="emptyListInstructions" cacheShape="true" cache="true">
|
||||
<HBox AnchorPane.leftAnchor="10.0" AnchorPane.rightAnchor="10.0" AnchorPane.bottomAnchor="100.0" alignment="CENTER" cacheShape="true" cache="true">
|
||||
<Label textAlignment="CENTER" text="%main.emptyListInstructions" wrapText="true" cacheShape="true" cache="true"/>
|
||||
@@ -63,11 +63,11 @@
|
||||
</StackPane>
|
||||
<ToolBar VBox.vgrow="NEVER" styleClass="list-related-toolbar" cacheShape="true" cache="true">
|
||||
<items>
|
||||
<ToggleButton text="" styleClass="ionicons" fx:id="addVaultButton" onAction="#didClickAddVault" focusTraversable="false" cacheShape="true" cache="true"/>
|
||||
<Button text="" styleClass="ionicons" fx:id="removeVaultButton" onAction="#didClickRemoveSelectedEntry" focusTraversable="false" cacheShape="true" cache="true"/>
|
||||
<ToggleButton text="" styleClass="ionicons" fx:id="addVaultButton" onAction="#didClickAddVault" focusTraversable="true" cacheShape="true" cache="true"/>
|
||||
<Button text="" styleClass="ionicons" fx:id="removeVaultButton" onAction="#didClickRemoveSelectedEntry" focusTraversable="true" cacheShape="true" cache="true"/>
|
||||
<Pane HBox.hgrow="ALWAYS" styleClass="spacer" />
|
||||
<!-- future use: -->
|
||||
<ToggleButton text="" styleClass="ionicons" fx:id="settingsButton" onAction="#didClickShowSettings" focusTraversable="false" cacheShape="true" cache="true"/>
|
||||
<ToggleButton text="" styleClass="ionicons" fx:id="settingsButton" onAction="#didClickShowSettings" focusTraversable="true" cacheShape="true" cache="true"/>
|
||||
</items>
|
||||
</ToolBar>
|
||||
</VBox>
|
||||
|
||||
@@ -54,8 +54,8 @@
|
||||
<Label fx:id="messageLabel" cacheShape="true" cache="true" />
|
||||
</Pane>
|
||||
<HBox styleClass="segmented-button-bar" HBox.hgrow="NEVER" alignment="CENTER_RIGHT" cacheShape="true" cache="true">
|
||||
<Button text="%unlocked.button.lock" styleClass="first" onAction="#didClickLockVault" focusTraversable="false" cacheShape="true" cache="true"/>
|
||||
<ToggleButton text="" styleClass="last,ionicons" focusTraversable="false" fx:id="moreOptionsButton" onAction="#didClickMoreOptions" />
|
||||
<Button text="%unlocked.button.lock" styleClass="first" onAction="#didClickLockVault" focusTraversable="true" cacheShape="true" cache="true"/>
|
||||
<ToggleButton text="" styleClass="last,ionicons" focusTraversable="true" fx:id="moreOptionsButton" onAction="#didClickMoreOptions" />
|
||||
</HBox>
|
||||
</HBox>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user