Page 1 of 1

Some glitches in current git version

Posted: 04 May 2009, 09:05
by Terwarf
Using a git snapshot from yesterday evening (03/04/09) i found some small issues, running on a openSuSE 11.1 box:

My XP doesnt fit anymore to the xp bar in the status window with the new (bigger) font:
Image

The settings dialog is too small for me, also it gets really worse with the changeable font size.
I changed it in the code to be a little bit bigger (/src/gui/setup.cpp, lines 68 & 69), but with changing font sizes, maybe you need to resize it according to the font setting, or just make the dialog window resizeable for the user.
Image
Image

Also there is a label "show pickup notification" which seems to belong to the two checkboxes in the bottom of the dialog, but resists in the wrong place:
Image

Keep up & thanks a lot for the great work! 8)

Re: Some glitches in current git version

Posted: 05 May 2009, 08:09
by Terwarf
I've made a small patch that resize the settings window. It's not quite perfect, with font set to "very large" still not all content fit, but it works for me. :oops:
Also i rearranged the Text Label that was off.
TMW_Screenshot_1.png
TMW_Screenshot_1.png (192.21 KiB) Viewed 982 times
Install patch with "patch -p1 -i /path/to/patch.patch" while in mainline dir.
setup_window_size.patch.txt
(4.08 KiB) Downloaded 46 times
Btw: Why the forum don't like the ending ".patch"?? :lol:

Re: Some glitches in current git version

Posted: 05 May 2009, 13:02
by Jaxad0127
I'd rather do some rearranging first, then resize if we have to. The particle effects checkbox can be merged into the detail slider. Scroll radius and laziness can be removed.