1
0
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:
Christian Muehlhaeuser
2010-11-11 06:20:52 +01:00
parent eed67d9b89
commit 56af0f5542

View File

@@ -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>