lainsce / timetable

[DEPRECATED] Plot out your own timetable for the week and organize it
GNU General Public License v3.0
6 stars 3 forks source link

The app width is too big for some display #22

Closed ryonakano closed 5 years ago

ryonakano commented 5 years ago

screenshot from 2018-11-03 17-08-32

I tested master (as of e90d97141bed196a16aa041d8798a7813b24ef9a) but the app is so big for my display width (1920*1080) that some part is not visible…

lainsce commented 5 years ago

Try resizing it, it might be that the size was from an earlier use.

ryonakano commented 5 years ago

peek 2018-11-04 14-47

Hmm, it seems it's not possible to resize to be a smaller size. Also, it's not possible to maximize the app…

peek 2018-11-04 14-49

But I also found that if I launch the app in English (with the command LANGUAGE=en com.github.lainsce.timetable), it's possible to resize to be a smaller size or maximize.

Philip-Scott commented 5 years ago

Maybe it needs a scrollable window? :)

lainsce commented 5 years ago

Will add in a Gtk.ScrolledWindow to hold the grid of columns, that way, it might resolve this bug.

It fixes, closing bug.

NeoMahler commented 5 years ago

Was about to open a new issue. I assume the AppCenter version has not been updated yet?

lainsce commented 5 years ago

Yea, I'm still doing stuff like tasks notifications and such on the to-be-released release. When it's all done I'll release it.