tibirna / qgit

Official git repository for QGit.
Other
175 stars 68 forks source link

Use theme icons #56

Closed mwoehlke closed 6 years ago

mwoehlke commented 6 years ago

Modify UI's to use icons from the system icon theme. (Note: this doesn't remove the resource icons; AFAIK/AFAICT, those will still be used if a theme icon is unavailable.) Also, use QButtonBox where appropriate (which automatically uses appropriate theme icons), and remove some superfluous layouts.

Fixes #13.

mwoehlke commented 6 years ago

These being .ui files, the diffs aren't great, but most should be at least passingly legible at https://github.com/tibirna/qgit/pull/56/files?w=1, even with the layout changes. (Note the ?w=1, which tells github to ignore whitespace-only changes.)