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

Go for it 1.x #85

Closed JMoerman closed 8 years ago

JMoerman commented 8 years ago

SettingsDialog.vala: I moved the declarations of the widgets to the functions in which they are used. If a section needs to be changed you only have to edit setup_xxx_settings_widgets.

Manuel-Kehl commented 8 years ago

Thanks again :+1:

JMoerman commented 8 years ago

Can you check if the way word wrapping works is to your liking? It is possible that the drawbacks of 1da77d6 are worse than the lack of word wrapping. (Due to the way cell renders work it will reserve vertical space for its minimum width, even if plenty of horizontal space is available.)