ignatenkobrain / gnome-news

GNU General Public License v3.0
20 stars 7 forks source link

Use GtkPaned instead of a simple box so it would become resizable #66

Open vrutkovs opened 8 years ago

vrutkovs commented 8 years ago

This makes a channel list resizable, taking 200px by default

ignatenkobrain commented 8 years ago

@allanday what do you think?

allanday commented 8 years ago

@allanday what do you think?

I'd prefer not to have a resizable sidebar if possible. It's work and it's a distraction.

ignatenkobrain commented 8 years ago

I'd prefer not to have a resizable sidebar if possible. It's work and it's a distraction.

okay. let's stay as it's now

vrutkovs commented 8 years ago

It's work and it's a distraction

There is no distraction there - no new elements are visible, one can simply move the sidebar as it feels as a natural thing to do.

Currently sidebar will take as much space as the large element requires. This PR will change this to 200px and add a vertical scroll in channel sidebar.