This fixes an offset for cursors whose pointer position varies between different themes.
This commit is contained in:
@@ -618,6 +618,8 @@ TrackContentObjectView {
|
||||
qproperty-textColor: rgb( 255, 255, 255 );
|
||||
qproperty-textShadowColor: rgb( 0, 0, 0 );
|
||||
qproperty-gradient: true; /* boolean property, set true to have a gradient */
|
||||
/* finger tip offset of cursor */
|
||||
qproperty-mouseHotspotHand: 3px 3px;
|
||||
}
|
||||
|
||||
/* instrument pattern */
|
||||
|
||||
@@ -653,6 +653,8 @@ TrackContentObjectView {
|
||||
qproperty-textColor: #fff;
|
||||
qproperty-textShadowColor: rgba(0,0,0,200);
|
||||
qproperty-gradient: false; /* boolean property, set true to have a gradient */
|
||||
/* finger tip offset of cursor */
|
||||
qproperty-mouseHotspotHand: 7px 2px;
|
||||
}
|
||||
|
||||
/* instrument pattern */
|
||||
|
||||
Reference in New Issue
Block a user