You are not logged in.
Pages: 1
Hello, in the panel preferences window, see if you have "Don't reserve space on borders" option checked. It should be unchecked.
https://docs.xfce.org/xfce/xfce4-panel/ … references
Offline
Hi,
Thanks but already unchecked and set on "Automatically hide the panel Intelligently".
Last edited by sushi (2019-04-22 07:47:11)
Offline
It seems that intelligently means hide the panel when a window is maximized.
Set it to never.
Offline
If set to never the icons are well placed but as soon as set to intelligently they are not. So, it's not a option because they should be well placed in intelligently mode too.
A bug ?
Offline
The desktop icons are managed by gtk3 right ? Is there a way to control the icons spacing by the .css file like it was with the .gtkrc-2.0 which is now obsolete ?
class "XfcePanelWindow" style "xfce-panel-window-style"
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 0
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::tooltip-size = 128
XfdesktopIconView::cell-spacing = 0
XfdesktopIconView::cell-padding = 10
XfdesktopIconView::cell-text-width-proportion = 3.3
}
Offline
If you are using xfdesktop 4.13 (the version in the repositories), it is based on GTK3. You would use something like this in ~/.config/gtk-3.0/gtk.css:
XfdesktopIconView.view {
-XfdesktopIconView-label-alpha:0;
-XfdesktopIconView-selected-label-alpha:0;
-XfdesktopIconView-ellipsize-icon-labels:0;
-XfdesktopIconView-tooltip-size:128;
-XfdesktopIconView-cell-spacing:0;
-XfdesktopIconView-cell-padding:20;
-XfdesktopIconView-cell-text-width-proportion:3.3;
}
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
Thanks again ToZ, problem solved with -XfdesktopIconView-cell-padding:30;
Is there a way to get the icons with a different padding for x & y ? Because they are a bit to distant from the x with 30 but perfect for y.
Offline
Is there a way to get the icons with a different padding for x & y ? Because they are a bit to distant from the x with 30 but perfect for y.
Unfortunately, I can not find a way to get finer control.
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
I'm not sure but I had the feeling that it has to do with the size of the cells but I don't remember how to control that.
Anyway, thanks for your help ToZ.
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 550.57 KiB (Peak: 551.41 KiB) ]