diff options
author | Arno <am@disconnect.de> | 2011-04-30 10:26:41 +0200 |
---|---|---|
committer | Arno <am@disconnect.de> | 2011-04-30 10:26:41 +0200 |
commit | 9b7075a7fbd3550dec0c98f6d0b4680830324085 (patch) | |
tree | 1874b4c5f9b03d371104c1411976eef041cd0adc /fileview.h | |
parent | 41a06ed5bc736e4498b7a23714ee02e226455a0e (diff) | |
download | SheMov-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ class FileView : public QTreeView { bool mHoverMovies; bool mHoverPics; QString mWhen; + qint16 mCursorOffset; }; #endif |