File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
resources/org/stt/gui/jfx Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -176,8 +176,8 @@ public void initialize() {
176176 .bind (STTBindings
177177 .formattedDuration (createBindingForRoundedDurationSum (reportListModel )));
178178
179- columnForRoundedDuration .setStyle ("-fx-alignment: CENTER -RIGHT;" );
180- columnForDuration .setStyle ("-fx-alignment: CENTER -RIGHT;" );
179+ columnForRoundedDuration .setStyle ("-fx-alignment: TOP -RIGHT;" );
180+ columnForDuration .setStyle ("-fx-alignment: TOP -RIGHT;" );
181181
182182 setRoundedDurationColumnCellFactoryToConvertDurationToString ();
183183 setDurationColumnCellFactoryToConvertDurationToString ();
Original file line number Diff line number Diff line change 1010 <VBox prefHeight =" 200.0" prefWidth =" 100.0" BorderPane.alignment=" CENTER" >
1111 <TableView fx : id =" tableForReport" prefHeight =" 300.0" prefWidth =" 400.0" VBox.vgrow=" ALWAYS" >
1212 <columns >
13- <TableColumn fx : id =" columnForRoundedDuration" maxWidth =" 1000 .0" minWidth =" 100.0" prefWidth =" 100.0"
13+ <TableColumn fx : id =" columnForRoundedDuration" maxWidth =" 400 .0" minWidth =" 100.0" prefWidth =" 100.0"
1414 text =" %report.rounded" />
15- <TableColumn fx : id =" columnForDuration" maxWidth =" 1000 .0" minWidth =" 100.0" prefWidth =" 100.0"
15+ <TableColumn fx : id =" columnForDuration" maxWidth =" 400 .0" minWidth =" 100.0" prefWidth =" 100.0"
1616 text =" %report.duration" />
1717 <TableColumn fx : id =" columnForComment" maxWidth =" 12000.0" minWidth =" 100.0" prefWidth =" 500.0"
1818 text =" %report.activity" />
You can’t perform that action at this time.
0 commit comments