Set the columns number to two
FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
parent
4743521a5b
commit
ad4e5c5c09
1 changed files with 3 additions and 0 deletions
|
|
@ -48,10 +48,13 @@ public class EffortDurationPicker extends Hbox {
|
|||
|
||||
public EffortDurationPicker() {
|
||||
hours = new Spinner();
|
||||
hours.setCols(2);
|
||||
setMinFor(hours, 0);
|
||||
minutes = new Spinner();
|
||||
minutes.setCols(2);
|
||||
setRangeFor(minutes, 0, 60);
|
||||
seconds = new Spinner();
|
||||
seconds.setCols(2);
|
||||
setRangeFor(seconds, 0, 60);
|
||||
appendWithLabel(hours, _("Hours"));
|
||||
appendWithLabel(minutes, _("Minutes"));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue