3snowp7im / urn

Split tracker / timer with GTK+ frontend
GNU General Public License v3.0
125 stars 36 forks source link

Better support for narrow windows? #1

Closed codl closed 9 years ago

codl commented 9 years ago

When using a narrow window, if a delta gets a bit too long it will push away the split time and make a scrollbar appear, even if there is more than enough space to fit everything

3snowp7im commented 9 years ago

Please see if 6ea8558b531088f422326e25155f3ff47383bdce plays nicer with skinny windows

codl commented 9 years ago

It is nicer, there's no scrollbar, but now deltas are scattered all over the place

sscrot

3snowp7im commented 9 years ago

I noticed this last night but forgot to update. Can you try the latest commit?

codl commented 9 years ago

This is better but now the scrollbar is back :/

I can use a slightly larger window, I guess

3snowp7im commented 9 years ago

Please try latest commit

codl commented 9 years ago

Looking pretty good!

Although I've lost the ability to set a padding on .split-title for some reason, and since .split no longer exists I can't set a background image across a split anymore.

3snowp7im commented 9 years ago

Hopefully latest commit resolves the missing split class and continues to work with narrow windows. I seem to have to manually adjust the layout of the splits to get the correct behavior. This oddly has a side effect of "animating" deltas. I'll see if this can be fixed at some point.

codl commented 9 years ago

That's perfect. I don't have any more complaints, thank you!

3snowp7im commented 9 years ago

Thanks for opening the issue and seeing it through to resolution. Always happy to make Urn better for everyone :)