diff --git a/themes/native/Resources/composed/progress.png b/themes/native/Resources/composed/progress.png new file mode 100644 index 0000000..f14c735 Binary files /dev/null and b/themes/native/Resources/composed/progress.png differ diff --git a/themes/native/gtk-2.0/main.rc b/themes/native/gtk-2.0/main.rc index 50034ac..6fd8590 100644 --- a/themes/native/gtk-2.0/main.rc +++ b/themes/native/gtk-2.0/main.rc @@ -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