diff options
author | Tomaz Canabrava <tomaz.canabrava@intel.com> | 2014-10-31 16:01:28 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-10-31 14:58:49 -0700 |
commit | 318256cfb47ee45f8928542e2446aa30bf3de89c (patch) | |
tree | e34d0b3afb23d254bc5cf749bf3db9d0a8eed98f /qt-ui/simplewidgets.h | |
parent | ff669362fb111a5422548576db2486cc4b2b3b13 (diff) | |
download | subsurface-318256cfb47ee45f8928542e2446aa30bf3de89c.tar.gz |
Better layout for the filtering widget
Fix the layout size, moved some stuff around.
Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/simplewidgets.h')
-rw-r--r-- | qt-ui/simplewidgets.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/simplewidgets.h b/qt-ui/simplewidgets.h index d4eece859..f90e5478c 100644 --- a/qt-ui/simplewidgets.h +++ b/qt-ui/simplewidgets.h @@ -12,7 +12,7 @@ class QAbstractButton; #include "ui_shifttimes.h" #include "ui_shiftimagetimes.h" #include "ui_divecomponentselection.h" -#include "ui_tagfilter.h" +#include "ui_listfilter.h" #include "exif.h" class MinMaxAvgWidget : public QWidget { |