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

Window size starts cutting off left and right side of the app #47

Closed ElectricPrism closed 6 years ago

ElectricPrism commented 8 years ago

Window size is wrong on start

screenshot from 2016-09-12 01-21-39

samdroid-apps commented 8 years ago

Yuck. I can easily reproduce this bug. This is going to be a pain to fix... I'll just chuck the "1.0" milestone on it and come back to it soon.

samdroid-apps commented 6 years ago

So two years later I got a different perspective. It was actually a very easy fix. Yay!

Turns out, most of the labels have ellipsize turned off (GTK default). Switching it on made a world of difference.

It will be in the next release.