mirror of
https://github.com/Akomry/sae302_applicom.git
synced 2025-12-06 08:43:54 +00:00
fix(fxml): retrait de la taille minimale au splitpane principal, les autres éléments se mangent moins entre-eux
This commit is contained in:
parent
e18e4c3223
commit
f6177058e0
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
||||||
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
<Insets bottom="5.0" left="5.0" right="5.0" top="5.0" />
|
||||||
</VBox.margin>
|
</VBox.margin>
|
||||||
</GridPane>
|
</GridPane>
|
||||||
<SplitPane fx:id="exchangeSplitPane" dividerPositions="0.9" prefHeight="200.0" prefWidth="200.0" VBox.vgrow="ALWAYS">
|
<SplitPane fx:id="exchangeSplitPane" dividerPositions="0.9" VBox.vgrow="ALWAYS">
|
||||||
<items>
|
<items>
|
||||||
<ListView fx:id="postListView" prefHeight="200.0" prefWidth="348.0" />
|
<ListView fx:id="postListView" prefHeight="200.0" prefWidth="348.0" />
|
||||||
<SplitPane fx:id="senderSplitPane" dividerPositions="0.1" orientation="VERTICAL" prefHeight="200.0" prefWidth="160.0">
|
<SplitPane fx:id="senderSplitPane" dividerPositions="0.1" orientation="VERTICAL" prefHeight="200.0" prefWidth="160.0">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue