summaryrefslogtreecommitdiff
path: root/plugingui/slider.h
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-04-16 20:46:14 +0200
committerAndré Nusser <andre.nusser@googlemail.com>2017-04-16 20:46:14 +0200
commitdb196a1bc16be5b9691863af8f8fdd47cca88fb7 (patch)
tree6c720f9962891831730fefc7f5292aac3058e885 /plugingui/slider.h
parent862e93b48bde709874b9b6bb2d99a26b65247c88 (diff)
Change slider bar color to blue instead of green.
Diffstat (limited to 'plugingui/slider.h')
-rw-r--r--plugingui/slider.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/plugingui/slider.h b/plugingui/slider.h
index 26e82ba..7e4037f 100644
--- a/plugingui/slider.h
+++ b/plugingui/slider.h
@@ -78,21 +78,21 @@ private:
7, 1, 7, // dx1, dx2, dx3
7, 1, 7 // dy1, dy2, dy3
};
- TexturedBox inner_bar_green{
- getImageCache(), ":slider.png", 30, 0, // atlas offset (x, y)
- 2, 1, 2, // dx1, dx2, dx3
- 2, 1, 2 // dy1, dy2, dy3
- };
+ // TexturedBox inner_bar_green{
+ // getImageCache(), ":slider.png", 30, 0, // atlas offset (x, y)
+ // 2, 1, 2, // dx1, dx2, dx3
+ // 2, 1, 2 // dy1, dy2, dy3
+ // };
// TexturedBox inner_bar_red{getImageCache(), ":slider.png",
// 30, 5, // atlas offset (x, y)
// 2, 1, 2, // dx1, dx2, dx3
// 2, 1, 2 // dy1, dy2, dy3
// };
- // TexturedBox inner_bar_blue{getImageCache(), ":slider.png",
- // 30, 10, // atlas offset (x, y)
- // 2, 1, 2, // dx1, dx2, dx3
- // 2, 1, 2 // dy1, dy2, dy3
- // };
+ TexturedBox inner_bar_blue{getImageCache(), ":slider.png",
+ 30, 10, // atlas offset (x, y)
+ 2, 1, 2, // dx1, dx2, dx3
+ 2, 1, 2 // dy1, dy2, dy3
+ };
Texture button{
getImageCache(), ":slider.png", 15, 0, // atlas offset (x, y)
15, 15 // width, height