Task Name/Icon Justification/Spacing

The standard panel of LXDE - http://wiki.lxde.org/en/LXPanel
Locked
Loafers
Posts: 9
Joined: Mon Apr 19, 2010 4:00 am

Task Name/Icon Justification/Spacing

Post by Loafers »

Is it possible to center justify task names on the panel? Currently, I don't like how it's so close to the task icon.

Also my application laucnhers and tray icons are too close to the top of the panel. Is there an option for vertical margins?
Marty Jack
Posts: 381
Joined: Mon Mar 23, 2009 5:14 am

Re: Task Name/Icon Justification/Spacing

Post by Marty Jack »

If you were to change 0.0 to 0.5 at line 1301 of src/plugins/taskbar.c, you would achieve horizontal centering of the taskbar label. At this time, I am not willing to add a user control for this based on the one request. One of the ways of remaining lightweight is to be very judicious about adding user controls.

I have completed implementing centering for the display within the launchbar and tray. This would also apply to other plugins. This is part of a large package of functional and performance improvements that is being worked on to be released in the future, although I cannot say what the timeframe is at this point.
Loafers
Posts: 9
Joined: Mon Apr 19, 2010 4:00 am

Re: Task Name/Icon Justification/Spacing

Post by Loafers »

Marty Jack wrote:If you were to change 0.0 to 0.5 at line 1301 of src/plugins/taskbar.c, you would achieve horizontal centering of the taskbar label. At this time, I am not willing to add a user control for this based on the one request. One of the ways of remaining lightweight is to be very judicious about adding user controls.

I have completed implementing centering for the display within the launchbar and tray. This would also apply to other plugins. This is part of a large package of functional and performance improvements that is being worked on to be released in the future, although I cannot say what the timeframe is at this point.
Ok thanks!
Locked