mirror of
https://github.com/rozniak/xfce-winxp-tc.git
synced 2026-05-01 03:31:33 +00:00
Bugfix: Fixes #286, Scrollbars missing in generated Windows Classic theme GTK2
This commit is contained in:
@@ -904,7 +904,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = NORMAL
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = HORIZONTAL
|
||||
@@ -914,7 +914,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = PRELIGHT
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = HORIZONTAL
|
||||
@@ -924,7 +924,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = ACTIVE
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = HORIZONTAL
|
||||
@@ -936,7 +936,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = NORMAL
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = VERTICAL
|
||||
@@ -947,7 +947,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = PRELIGHT
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = VERTICAL
|
||||
@@ -958,7 +958,7 @@ style "default" {
|
||||
function = SLIDER
|
||||
state = ACTIVE
|
||||
detail = "slider"
|
||||
file = "../Resources/composed/scrollbar_slider_border.png"
|
||||
file = "../Resources/composed/scrollbar_slider.png"
|
||||
border = {2, 2, 2, 2}
|
||||
stretch = TRUE
|
||||
orientation = VERTICAL
|
||||
|
||||
Reference in New Issue
Block a user