Prelim: Progress bar styles GTK2

This commit is contained in:
Rory Fewell
2023-03-14 00:05:21 +00:00
parent ccce0c58f9
commit 8f0b94765c
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 469 B

View File

@@ -1554,7 +1554,7 @@ style "default" {
image {
function = BOX
detail = "bar"
file = "../Resources/gtk-2.0/progress_horz_bar.png"
file = "../Resources/composed/progress.png"
stretch = TRUE
border = {0, 0, 0, 0}
orientation = HORIZONTAL
@@ -1563,7 +1563,7 @@ style "default" {
image {
function = BOX
detail = "bar"
file = "../Resources/gtk-2.0/progress_vert_bar.png"
file = "../Resources/composed/progress.png"
stretch = TRUE
border = {0, 0, 0, 0}
orientation = VERTICAL