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?
Task Name/Icon Justification/Spacing
-
- Posts: 381
- Joined: Mon Mar 23, 2009 5:14 am
Re: Task Name/Icon Justification/Spacing
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.
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.
Re: Task Name/Icon Justification/Spacing
Ok thanks!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.