Xfce Forum

Sub domains
 

You are not logged in.

#1 2022-05-21 19:58:05

pantarhei
Member
Registered: 2022-03-21
Posts: 4

[Solved] Small panel after autohide

Hey,

I want to setup autohide panel feature but after setting it I still have small panel after autohide. I was trying it by  changing in gtkrc like:

cat .gtkrc-2.0 
style "xfce-panel-window-style"
{
  # Time in miliseconds before the panel will unhide on an enter event
  XfcePanelWindow::popup-delay = 225
 
  # Time in miliseconds before the panel will hide on a leave event
  XfcePanelWindow::popdown-delay = 350
 
  # Size of autohide window in pixels
  XfcePanelWindow::autohide-size = 0
}
class "XfcePanelWindow" style "xfce-panel-window-style"

I use Debian, any idea how to improve it? Here is an image how it looks like: https://files.fm/u/ebh4cr8pf#/view/bhg7ydju6

Last edited by pantarhei (2022-05-22 13:56:06)

Offline

#2 2022-05-22 02:49:08

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: [Solved] Small panel after autohide

Hello and welcome.

The snippet you have is for xfce4-panel 4.12 or lower. For versions 4.14 or higher, have a read through https://forum.xfce.org/viewtopic.php?pid=58447#p58447. Also, the small sliver can not be set to 0. 1 pixel is the smallest size it can be. However, if you make the panel background transparent, then the 1 pixel sliver will also be transparent.


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

#3 2022-05-22 08:57:20

KBar
Moderator
Registered: 2021-11-05
Posts: 689

Re: [Solved] Small panel after autohide

Hi.

Just set its leave opacity all the way down to 0:
Appearance

And make sure to reset all properties of the panel and its window at the very beginning of your gtk.css file because the rules for button widgets in your theme affect your panels.


Remember to edit the subject of your topic to include the [SOLVED] tag once you're satisfied with the answers or have found a solution (in which case, don't forget to share it as well), so that other members of the community can quickly refer to it and save their time. Pretty please! tongue

Offline

#4 2022-05-22 13:55:52

pantarhei
Member
Registered: 2022-03-21
Posts: 4

Re: [Solved] Small panel after autohide

Solved!

Thank You!

Offline

Board footer

Powered by FluxBB