summaryrefslogtreecommitdiff
path: root/src/gui/widgets/setuptouchitem.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-18 11:39:14 +0300
committerAndrei Karas <akaras@inbox.ru>2014-10-18 11:39:14 +0300
commitf1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e (patch)
treec8c14c90b0b3ce956349393b4e6adefa2d91f525 /src/gui/widgets/setuptouchitem.cpp
parentcc1acaa0093c7498daf68956edfa4b7801eb9481 (diff)
downloadplus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.gz
plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.bz2
plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.xz
plus-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.zip
Add tooltips to horizontcontainer in setup items.
Diffstat (limited to 'src/gui/widgets/setuptouchitem.cpp')
-rw-r--r--src/gui/widgets/setuptouchitem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/widgets/setuptouchitem.cpp b/src/gui/widgets/setuptouchitem.cpp
index 3c8238fd0..73228bad6 100644
--- a/src/gui/widgets/setuptouchitem.cpp
+++ b/src/gui/widgets/setuptouchitem.cpp
@@ -92,6 +92,7 @@ void SetupActionDropDown::createControls()
load();
mHorizont = new HorizontContainer(this, 32, 2);
+ mHorizont->setToolTip(mDescription);
mLabel = new Label(this, mText);
mDropDown = new DropDown(this, mModel);