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