You are not logged in.
Pages: 1
Is it possible to make the Xfce panel buttons ("Application Menu" Button or Action buttons as an example) look like "real" push buttons (with border)?
Offline
Hi,
I believe that is theme defined ...
Offline
Hello
Didn't found how, seems not to be possible.
Kind Regards,
Offline
Even if a pixmap button is defined for all states, the button is not displayed.
The button is only displayed if the mouse is above.
style "appbutton" {
engine "pixmap" {
image {
function = BOX
state = NORMAL
file = "panel/button.png"
border = {1,1,2,1}
stretch = TRUE
}
image {
function = BOX
state = PRELIGHT
file = "panel/button.png"
border = {1,1,2,1}
stretch = TRUE
}
image {
function = BOX
state = INSENSITIVE
file = "panel/button.png"
border = {1,1,2,1}
stretch = TRUE
}
image {
function = BOX
state = ACTIVE
file = "panel/button.png"
border = {1,1,2,1}
stretch = TRUE
}
image {
function = BOX
state = SELECTED
file = "panel/button.png"
border = {1,1,2,1}
stretch = TRUE
}
}
}
widget "XfcePanelWindow.PanelItembar.applicationsmenu-*.*" style "appbutton"
How to always display the button ?
Offline
Pages: 1
[ Generated in 0.009 seconds, 9 queries executed - Memory usage: 528.74 KiB (Peak: 529.59 KiB) ]