diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-18 11:39:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-10-18 11:39:14 +0300 |
commit | f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e (patch) | |
tree | c8c14c90b0b3ce956349393b4e6adefa2d91f525 /src/gui/widgets/setuptouchitem.cpp | |
parent | cc1acaa0093c7498daf68956edfa4b7801eb9481 (diff) | |
download | mv-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.gz mv-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.bz2 mv-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.tar.xz mv-f1a2bb26ee73327d0e29f5cd83861ce5e5cfc97e.zip |
Add tooltips to horizontcontainer in setup items.
Diffstat (limited to 'src/gui/widgets/setuptouchitem.cpp')
-rw-r--r-- | src/gui/widgets/setuptouchitem.cpp | 1 |
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); |