mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 02:31:27 +00:00
Added SplitPane css
[ci skip]
This commit is contained in:
@@ -22,6 +22,20 @@
|
||||
-fx-background-color: PRIMARY_BG;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
* SplitPane *
|
||||
* *
|
||||
******************************************************************************/
|
||||
|
||||
.split-pane > .split-pane-divider {
|
||||
-fx-padding: 0 2;
|
||||
}
|
||||
|
||||
.split-pane:horizontal > .split-pane-divider {
|
||||
-fx-background-color: CONTROL_BORDER, WHITE;
|
||||
-fx-background-insets: 0, 0 1;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
* *
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
</Button>
|
||||
</children>
|
||||
</HBox>
|
||||
<SplitPane VBox.vgrow="ALWAYS" dividerPositions="0.33">
|
||||
<SplitPane VBox.vgrow="ALWAYS" dividerPositions="0.33" orientation="HORIZONTAL">
|
||||
<fx:include source="/fxml/vault_list.fxml" SplitPane.resizableWithParent="false"/>
|
||||
<fx:include source="/fxml/vault_detail.fxml" SplitPane.resizableWithParent="true"/>
|
||||
</SplitPane>
|
||||
|
||||
Reference in New Issue
Block a user