You are not logged in.
Pages: 1
Testing a second alpha of MX-19 with a bunch of changes including 14.4pre2, and wondering how to/whether we can increase spacing between last icon (for us by default: at the bottom) and the frame. I have snooped around the web without much success.
I tried things like this but that got me nowhere:
clipit image { padding-bottom: 17px; }
You can see what I mean here by contrasting the space above the speaker icon at the top with the lack of space below clipit at the bottom:
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Jerry, something like this will work:
.xfce4-panel frame .horizontal {
padding-bottom: 0px;
padding-top: 0px;
padding-left: 4px;
padding-right: 0px;
}
.xfce4-panel frame .vertical {
padding-bottom: 4px;
padding-top: 0px;
padding-left: 0px;
padding-right: 4px;
}
...and adjust the values to suit. The ".horizontal" is for horizontal panels and the ".vertical" is for vertical panels - so you can set separate padding values to center the plugins depending on the orientation of the panel.
There is one potential side effect - this will affect all panel plugins that have a frame (are there any other plugins that have a frame?) because there are no specific style classes defined for this plugin.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
That does it nicely, ToZ! By default, only one panel with a NA, and that we are thinking of framing. Hard to imagine anyone wanting two NAs anyway.
Thanks!
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
By default, only one panel with a NA, and that we are thinking of framing. Hard to imagine anyone wanting two NAs anyway.
I was thinking more along the lines if someone changes the orientation of the panel from horizontal to vertical or vice versa. You'll need both sets of code to accommodate that scenario.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Oh, right. One of the MX Tools, "Tweak," carries out that reorientation (also L-R) without messing up the order of panel components, and both your code snippets will now be included in that.
In the not-that-anybody-else-cares department: these early alpha moments are so exciting. We just reestablished init-agnostic booting via a BountySource developer, so users can select whether to use sysV or systemd--though full testing is going on now and there could still be a problem, of course. That was a big hurdle!
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
In the not-that-anybody-else-cares department: these early alpha moments are so exciting. We just reestablished init-agnostic booting via a BountySource developer, so users can select whether to use sysV or systemd--though full testing is going on now and there could still be a problem, of course. That was a big hurdle!
Will the next release of MXLinux include Xfce 4.14?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes, on a Buster base
MX-23 (based on Debian Stable) with our flagship Xfce 4.18.
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 542.86 KiB (Peak: 543.7 KiB) ]