|
14 | 14 | <columnConstraints>
|
15 | 15 | <ColumnConstraints hgrow="SOMETIMES" minWidth="10" prefWidth="150" />
|
16 | 16 | </columnConstraints>
|
17 |
| - <VBox alignment="CENTER_LEFT" minHeight="105" GridPane.columnIndex="0"> |
18 |
| - <padding> |
19 |
| - <Insets top="5" right="5" bottom="5" left="15" /> |
20 |
| - </padding> |
21 |
| - <HBox spacing="0.5" alignment="CENTER_LEFT"> |
22 |
| - <Label fx:id="id" styleClass="cell_big_label"> |
| 17 | + <HBox> |
| 18 | + <VBox alignment="CENTER_LEFT" minHeight="105" GridPane.columnIndex="0" spacing="5"> |
| 19 | + <padding> |
| 20 | + <Insets top="5" right="5" bottom="5" left="15" /> |
| 21 | + </padding> |
| 22 | + <HBox spacing="0.5" alignment="CENTER_LEFT"> |
| 23 | + <Label fx:id="id" styleClass="cell_big_label"> |
| 24 | + <minWidth> |
| 25 | + <!-- Ensures that the label text is never truncated --> |
| 26 | + <Region fx:constant="USE_PREF_SIZE" /> |
| 27 | + </minWidth> |
| 28 | + </Label> |
| 29 | + <Label fx:id="name" text="\$first" styleClass="cell_big_label" /> |
23 | 30 | <minWidth>
|
24 |
| - <!-- Ensures that the label text is never truncated --> |
25 | 31 | <Region fx:constant="USE_PREF_SIZE" />
|
26 | 32 | </minWidth>
|
27 |
| - </Label> |
28 |
| - <Label fx:id="name" text="\$first" styleClass="cell_big_label" /> |
| 33 | + <Label fx:id="gender" text="\$gender" styleClass="cell_big_label" /> |
| 34 | + </HBox> |
| 35 | + |
| 36 | + <HBox spacing="5"> |
| 37 | + <Label styleClass="cell_small_label" text="📞" /> |
| 38 | + <Label fx:id="phone" styleClass="cell_small_label" text="\$phone" /> |
| 39 | + </HBox> |
| 40 | + |
| 41 | + <FlowPane fx:id="tags" /> |
| 42 | + </VBox> |
| 43 | + |
| 44 | + <HBox spacing="0.5" alignment="CENTER" style="-fx-padding: 30;"> |
| 45 | + <FlowPane fx:id="modules" /> |
29 | 46 | </HBox>
|
30 |
| - <FlowPane fx:id="tags" /> |
31 |
| - <FlowPane fx:id="modules" /> |
32 |
| - <Label fx:id="gender" styleClass="cell_small_label" text="\$gender" /> |
33 |
| - <Label fx:id="phone" styleClass="cell_small_label" text="\$phone" /> |
34 |
| - </VBox> |
| 47 | + </HBox> |
35 | 48 | </GridPane>
|
36 | 49 | </HBox>
|
0 commit comments