aerothemeplasma/Qt/Application Theme/QGtkStyle/win27pixmap/gtk-2.0/Styles/progressbar

60 lines
1.3 KiB
Text
Executable file

style "progressbar" {
xthickness = 2
ythickness = 2
engine "pixmap"
{
image
{
function = BOX
detail = "trough"
# recolorable = TRUE
file = "ProgressBar/trough-progressbar-horiz.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "trough"
# recolorable = TRUE
file = "ProgressBar/trough-progressbar-vert.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = BOX
detail = "bar"
file = "ProgressBar/progressbar-horiz.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
orientation = HORIZONTAL
}
image
{
function = BOX
detail = "bar"
file = "ProgressBar/progressbar-vert.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
orientation = VERTICAL
}
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "ProgressBar/trough-progressbar-horiz.png"
border = { 3, 3, 3, 3 }
stretch = TRUE
}
}
}