[vlc-commits] Qt: AboutDialog: fix pointer on switchable label
Francois Cartegnie
git at videolan.org
Tue Apr 16 15:50:53 CEST 2013
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Apr 16 15:38:01 2013 +0200| [23734be054cd63c2a585666940cd5f45ad625a88] | committer: Francois Cartegnie
Qt: AboutDialog: fix pointer on switchable label
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=23734be054cd63c2a585666940cd5f45ad625a88
---
modules/gui/qt4/ui/about.ui | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/gui/qt4/ui/about.ui b/modules/gui/qt4/ui/about.ui
index 65b5c11..481e2ed 100644
--- a/modules/gui/qt4/ui/about.ui
+++ b/modules/gui/qt4/ui/about.ui
@@ -240,6 +240,9 @@ background-color: rgb(245, 245, 245);</string>
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="cursor">
+ <cursorShape>PointingHandCursor</cursorShape>
+ </property>
<property name="styleSheet">
<string notr="true">font: 75 12pt "Sans Serif";
margin-bottom: 6px;</string>
More information about the vlc-commits
mailing list