Remove horrible padding of SplitPanes

This commit is contained in:
2020-07-10 17:15:33 +02:00
parent dd76ae1f04
commit f436d26f28
2 changed files with 7 additions and 1 deletions

View File

@@ -13,6 +13,12 @@ Button.red:pressed {
ScrollPane {
-fx-background-insets: 0;
-fx-border-insets: 0;
-fx-border-width: 0;
}
SplitPane {
-fx-padding: 0;
}
ScalingImagePane {