]> git.tdb.fi Git - ext/subsurface.git/commit
Make the 'Add Dive' dialog at least slightly less butt-ugly
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Jun 2012 01:56:41 +0000 (18:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Jun 2012 01:56:41 +0000 (18:56 -0700)
commit03174992a8617c9fa3428583713c2e3e12d293a7
treecd5a8bfb6f2bdaa9ab36a8bfb0d1abab6a84ba4c
parent162b36f4a5007d9c267743bb2f09ac5adc8da408
Make the 'Add Dive' dialog at least slightly less butt-ugly

I still suspect that using spinbuttons for the time handling is the
wrong way, and I'm a bit surprised the Calendar widget doesn't have a
mode where you can see/set the time too.

But this makes things at least minimally prettier, and initializes the
time entries to the current time (which is obviously not what anybody
really wants, but looks a lot better than defaulting to "midnight" or
some other random time that *also* won't be what anybody actually
wants).

I think this might be something we can live with, although I hope
somebody with good taste comes along and say "don't use spinbuttons, do
this: xyzzy" and makes things look better yet.

Also, I have this suspicion that I should put the time/depth/duration
stuff to the right of the calendar.  Most displays are wider than they
are tall, so tall and skinny dialogs are bad especially if you have
limited vertical pixels.  I still have flashbacks to my netbook-using
days, hating applictions that did that.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
info.c