summaryrefslogtreecommitdiffstats
path: root/fileview.h
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2011-04-30 10:26:41 +0200
committerArno <am@disconnect.de>2011-04-30 10:26:41 +0200
commit9b7075a7fbd3550dec0c98f6d0b4680830324085 (patch)
tree1874b4c5f9b03d371104c1411976eef041cd0adc /fileview.h
parent41a06ed5bc736e4498b7a23714ee02e226455a0e (diff)
downloadSheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.tar.gz
SheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.tar.bz2
SheMov-9b7075a7fbd3550dec0c98f6d0b4680830324085.zip
Fix Hotspot of X-Cursor when hovering
Made Y-Offset for the cursor configurable. After switching from kwin to awesome WM the hotspot for hovering was way off.
Diffstat (limited to 'fileview.h')
-rw-r--r--fileview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fileview.h b/fileview.h
index f913179..885eac0 100644
--- a/fileview.h
+++ b/fileview.h
@@ -58,6 +58,7 @@ class FileView : public QTreeView {
bool mHoverMovies;
bool mHoverPics;
QString mWhen;
+ qint16 mCursorOffset;
};
#endif