samdroid-apps / something-for-reddit

A Reddit Client For GNOME (with Gtk+ and Python)
GNU General Public License v3.0
162 stars 14 forks source link

More whitespace for the list view #2

Closed samdroid-apps closed 8 years ago

samdroid-apps commented 8 years ago

vs

The list view definatly needs more structure. I should make it a gtkbuilder thing that has been obsessed over in glade (rather than the random label thing that is now).

Related thread: https://www.reddit.com/r/gnome/comments/4c7mqn//d1g46k6

jangernert commented 8 years ago

Btw: you can tweak the values (margins, alignment and spacings) of widgets with gtk-inspektor. Makes it much easier to find the right values with not having to recompile all the time and seeing everything change in realtime =)

samdroid-apps commented 8 years ago

Awesome. So far it is looking a little like:

https://gyazo.com/d16672137029c3bd431f9a3a1b270c88

But still a few more functionality things to implement. Comments welcome.