Awn

Comment 4 for bug 133009

Revision history for this message
haytjes (h4writer) wrote :

Still one question: Did you tried it with '3d look' or 'leopard look'?

Because this piece of code:
- if (settings->bar_angle != 0)
- {
- if(settings->icon_offset-3<=height/4)
- real_x += apply_perspective_x(width, settings->icon_offset-3, 0);
- else
- real_x += apply_perspective_x(width, height/4, 0);
- }

is for setting the offset right in the '3d look' and because you delete that I think the separators aren't on there place anymore...