Julien Lavergne c502c8b175 * Backup current artwork items to 1310 items, and prepare 1404 ones.
* lib/plymouth/themes/lubuntu-text:
 - Update to 14.04.
2013-11-18 13:40:53 +01:00

39 lines
760 B
Plaintext

##########################################################################
# Toolbar
##########################################################################
style "toolbar" {
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
file = "images/toolbar.png"
border = {1,1,1,1}
stretch = TRUE
}
image
{
function = HANDLE
overlay_file = "images/handle-horiz.png"
overlay_stretch = FALSE
orientation = HORIZONTAL
}
image
{
function = HANDLE
overlay_file = "images/handle-vert.png"
overlay_stretch = FALSE
orientation = VERTICAL
}
}
}
class "*Toolbar*" style "toolbar"
class "*Handle*" style "toolbar"
class "*Paned*" style "toolbar"