summaryrefslogtreecommitdiff
path: root/src/gui/widgets/button.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2018-03-09 02:59:54 +0300
committerAndrei Karas <akaras@inbox.ru>2018-03-09 02:59:54 +0300
commitf96f9d5e58fb181d6f2789562471d015d38f4a4d (patch)
tree3087fae6addb9c1d958de6ffd818ced11fa27f66 /src/gui/widgets/button.h
parentba123462244ed8e28c87ab43cbefe360d23ff8b2 (diff)
downloadplus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.gz
plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.bz2
plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.tar.xz
plus-f96f9d5e58fb181d6f2789562471d015d38f4a4d.zip
Add own skin for pincode keyboard buttons.
Also resize pincode dialog if pincode control too big.
Diffstat (limited to 'src/gui/widgets/button.h')
-rw-r--r--src/gui/widgets/button.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/button.h b/src/gui/widgets/button.h
index 447ef8192..a14a1a5a1 100644
--- a/src/gui/widgets/button.h
+++ b/src/gui/widgets/button.h
@@ -86,6 +86,7 @@ class Skin;
const std::string BUTTON_PLAY = "buttonplay.png";
const std::string BUTTON_SKIN = "button";
+const std::string BUTTON_PIN_SKIN = "buttonpin";
/**
* Button widget. Same as the Guichan button but with custom look.