From 8e846d9bb66f64a97f8b9de88654445e0ef7b059 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 23 Apr 2017 20:11:28 +0200 Subject: Swap powerbutton on/off textures. --- plugingui/powerbutton.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugingui') diff --git a/plugingui/powerbutton.h b/plugingui/powerbutton.h index 1894967..53f8d88 100644 --- a/plugingui/powerbutton.h +++ b/plugingui/powerbutton.h @@ -43,10 +43,10 @@ protected: virtual void repaintEvent(RepaintEvent* repaintEvent) override; private: - Texture on{getImageCache(), ":resources/bypass_button.png", 0, 0, 16, 16}; - Texture on_clicked{getImageCache(), ":resources/bypass_button.png", 16, 0, 16, 16}; - Texture off{getImageCache(), ":resources/bypass_button.png", 32, 0, 16, 16}; - Texture off_clicked{getImageCache(), ":resources/bypass_button.png", 48, 0, 16, 16}; + Texture on{getImageCache(), ":resources/bypass_button.png", 32, 0, 16, 16}; + Texture on_clicked{getImageCache(), ":resources/bypass_button.png", 48, 0, 16, 16}; + Texture off{getImageCache(), ":resources/bypass_button.png", 0, 0, 16, 16}; + Texture off_clicked{getImageCache(), ":resources/bypass_button.png", 16, 0, 16, 16}; }; } // GUI:: -- cgit v1.2.3