Add 'divide by 60' checkbox in Time Control dialog XB
authorH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 1 Mar 2016 09:35:11 +0000 (10:35 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Tue, 8 Mar 2016 18:29:57 +0000 (19:29 +0100)
commit6d85d43cbd1da3116589e825c82bcbdd38c3f65a
tree32bfc74b76bf07288560843d0c02c4a1dbf9658f
parentebd7f78161504e46896f7d96bb41e29714b2fd53
Add 'divide by 60' checkbox in Time Control dialog XB

The TC could not be set to fractional minutes (base time) or seconds
(increment) in the GTK version, as the spin controls there do not allow
you to type such numbers. An added checkbox 'Divide entered times by 60'
allows you to enter base time in seconds, and increment in 1/60 sec.
The dialog always pops upwith this checkbox unticked.
dialogs.c