story/bugfixes #48
1 changed files with 12 additions and 6 deletions
|
@ -27,33 +27,39 @@
|
|||
<TableColumn
|
||||
fx:id="columnPatientName"
|
||||
minWidth="80.0"
|
||||
prefWidth="150"
|
||||
text="Patient"
|
||||
/>
|
||||
<TableColumn
|
||||
fx:id="columnNurseName"
|
||||
minWidth="80.0"
|
||||
prefWidth="150"
|
||||
text="Pflegekraft"
|
||||
/>
|
||||
<TableColumn
|
||||
fx:id="columnDate"
|
||||
maxWidth="-1.0"
|
||||
minWidth="140.0"
|
||||
prefWidth="150.0"
|
||||
minWidth="60.0"
|
||||
maxWidth="100"
|
||||
prefWidth="90.0"
|
||||
text="Datum"
|
||||
/>
|
||||
<TableColumn
|
||||
fx:id="columnBegin"
|
||||
minWidth="40.0"
|
||||
minWidth="60.0"
|
||||
maxWidth="100"
|
||||
prefWidth="60"
|
||||
text="Beginn"
|
||||
/>
|
||||
<TableColumn
|
||||
fx:id="columnEnd"
|
||||
minWidth="40.0"
|
||||
minWidth="60.0"
|
||||
maxWidth="100"
|
||||
prefWidth="60"
|
||||
text="Ende"
|
||||
/>
|
||||
<TableColumn
|
||||
fx:id="columnDescription"
|
||||
minWidth="50.0"
|
||||
minWidth="80.0"
|
||||
text="Kurzbeschreibung"
|
||||
/>
|
||||
</columns>
|
||||
|
|
Loading…
Reference in a new issue