UI der AllTreatmentView.fxml angepasst(schöner gemacht)
This commit is contained in:
parent
37ffa78f44
commit
0ac8f3eb1b
1 changed files with 12 additions and 6 deletions
|
@ -27,33 +27,39 @@
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnPatientName"
|
fx:id="columnPatientName"
|
||||||
minWidth="80.0"
|
minWidth="80.0"
|
||||||
|
prefWidth="150"
|
||||||
text="Patient"
|
text="Patient"
|
||||||
/>
|
/>
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnNurseName"
|
fx:id="columnNurseName"
|
||||||
minWidth="80.0"
|
minWidth="80.0"
|
||||||
|
prefWidth="150"
|
||||||
text="Pflegekraft"
|
text="Pflegekraft"
|
||||||
/>
|
/>
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnDate"
|
fx:id="columnDate"
|
||||||
maxWidth="-1.0"
|
minWidth="60.0"
|
||||||
minWidth="140.0"
|
maxWidth="100"
|
||||||
prefWidth="150.0"
|
prefWidth="90.0"
|
||||||
text="Datum"
|
text="Datum"
|
||||||
/>
|
/>
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnBegin"
|
fx:id="columnBegin"
|
||||||
minWidth="40.0"
|
minWidth="60.0"
|
||||||
|
maxWidth="100"
|
||||||
|
prefWidth="60"
|
||||||
text="Beginn"
|
text="Beginn"
|
||||||
/>
|
/>
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnEnd"
|
fx:id="columnEnd"
|
||||||
minWidth="40.0"
|
minWidth="60.0"
|
||||||
|
maxWidth="100"
|
||||||
|
prefWidth="60"
|
||||||
text="Ende"
|
text="Ende"
|
||||||
/>
|
/>
|
||||||
<TableColumn
|
<TableColumn
|
||||||
fx:id="columnDescription"
|
fx:id="columnDescription"
|
||||||
minWidth="50.0"
|
minWidth="80.0"
|
||||||
text="Kurzbeschreibung"
|
text="Kurzbeschreibung"
|
||||||
/>
|
/>
|
||||||
</columns>
|
</columns>
|
||||||
|
|
Loading…
Reference in a new issue