Manuel-Kehl / Go-For-It

A stylish to-do list with built-in productivity timer. NOTE: all contributions should go to Jonathan Moerman's fork because this is where active development is taking place: https://github.com/JMoerman/Go-For-It
http://manuel-kehl.de/projects/go-for-it/
GNU General Public License v3.0
516 stars 51 forks source link

Re-enable css support for Gtk+ < 3.10 #52

Closed JMoerman closed 9 years ago

JMoerman commented 9 years ago

Quick css fix for precise. I assumed 10pt and converted the percentages to new font sizes.

Manuel-Kehl commented 9 years ago

Thanks a lot for this pull request! This makes it a lot nicer to look at :+1:

I think however, that the Gtk.SpinButton might be too big. Especially since vertical alignment does not appear to work for Gtk.SpinButtons on precise, which makes the whole window too bulky. I am going to decrease the size to 25. Do you agree?

Font size 40

huge

Font size 25

smaller

JMoerman commented 9 years ago

Yes, that would probably be better. Something else it could use is a margin between the outer Gtk.SpinButtons and the edge of the window. (The edge can touch the Gtk.SpinButtons right now.)

Manuel-Kehl commented 9 years ago

Oh yeah, that would be nice as well!