-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status bar items doesn't fit #953
Comments
@spvkgn what's the version and platform you are using please? |
@PeterDaveHello I'm using 5.7.0 on Ubuntu 17.04 |
@spvkgn what's your desktop environment please? |
@PeterDaveHello MATE 1.18 |
I watched recently, for the statusbar, the author assigned a fixed size. Automatic selection of the width of the elements is not provided. So everything is not so simple. |
Now in transgui.ini there a section [StatusBarPanels] to change the width of statusbar panels.
I address this problem with this commit b6b9f7b I set the width of the panels of the statusbar to adapt to English labels (+ data). The problem is what sometimes with the translations this labels are wider what english ones and the panel's width is wrong. I study the possibility to adapt automatically the label's widths to the label+data, but like the data is dynamic and constantly refreshing that would result in a statusbar constantly changing the panel widths what is not good. And frankly also require a lot of more of programming work 😆 So my solution is to give to the user the possibility to change the panels width the value their want. [StatusBarPanels]
0=327
1=152
2=152
3=130
4=130
5=130
6=130
7=130 So if your panel is too short to display the full label+data then increase his value and see what happens. Of course you have to change transgui.ini when TransGUI is not running. |
I update this fix 2e7c2d5 Edit: this check is only made it when you execute TransGUI, So if you change your screen resolution and revert while TransGUI is running, the panels would be remain the same widths. |
There are odd spaces between:
The text was updated successfully, but these errors were encountered: