1
0
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:
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">
<item>
<widget class="QLabel" name="artistTrackLabel">
<property name="cursor">
<cursorShape>PointingHandCursor</cursorShape>
</property>
<property name="text">
<string>Artist</string>
</property>