diff options
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/powerbutton.h | 8 | 
1 files changed, 4 insertions, 4 deletions
| 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:: | 
