#FIXME add missing vertical slider styling

style "scale" {
    engine "pixmap" {
        image {
            function                  = BOX
            detail                    = "trough"
            file                      = "progress/progressbar-trough.png"
            border                    = {20, 20, 4, 4}
            stretch                   = TRUE
            orientation               = HORIZONTAL
        }
        image {
            function                  = SLIDER
            file                      = "progress/progressbar-bar.png"
            stretch                   = TRUE
            orientation               = HORIZONTAL
        }
    }
    GtkRange::trough_border = 0
    GtkRange::slider-width = 28
    GtkScale::slider-length = 56
}

style "vscale" = "scale" {

}
style "hscale" = "scale" {

}
