mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fixed mouse cursor to Qt::PointingHandCursor for AudioControls' track title.
This commit is contained in:
@@ -207,6 +207,9 @@
|
|||||||
<layout class="QVBoxLayout" name="trackLabelLayout">
|
<layout class="QVBoxLayout" name="trackLabelLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="artistTrackLabel">
|
<widget class="QLabel" name="artistTrackLabel">
|
||||||
|
<property name="cursor">
|
||||||
|
<cursorShape>PointingHandCursor</cursorShape>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Artist</string>
|
<string>Artist</string>
|
||||||
</property>
|
</property>
|
||||||
|
Reference in New Issue
Block a user