[vlc-commits] commit: Qt: sprefs_interface add developers hints (Francois Cartegnie )
git at videolan.org
git at videolan.org
Sun Jul 25 19:29:27 CEST 2010
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Jul 25 19:28:33 2010 +0200| [aea4bcfb1260ebaf55ded367c1c186a0039124f5] | committer: Francois Cartegnie
Qt: sprefs_interface add developers hints
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=aea4bcfb1260ebaf55ded367c1c186a0039124f5
---
modules/gui/qt4/ui/sprefs_interface.ui | 10 ++++++++--
1 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/modules/gui/qt4/ui/sprefs_interface.ui b/modules/gui/qt4/ui/sprefs_interface.ui
index 33dfd0c..5a967d0 100644
--- a/modules/gui/qt4/ui/sprefs_interface.ui
+++ b/modules/gui/qt4/ui/sprefs_interface.ui
@@ -8,7 +8,7 @@
<x>0</x>
<y>0</y>
<width>793</width>
- <height>589</height>
+ <height>625</height>
</rect>
</property>
<property name="sizePolicy">
@@ -232,7 +232,7 @@
<enum>QFrame::NoFrame</enum>
</property>
<property name="text">
- <string/>
+ <string notr="true">-This is the skinsLabel place-</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
@@ -406,6 +406,9 @@
<height>100</height>
</size>
</property>
+ <property name="styleSheet">
+ <string notr="true">background-color: rgb(192, 192, 192);</string>
+ </property>
<property name="alignment">
<set>Qt::AlignHCenter|Qt::AlignTop</set>
</property>
@@ -413,6 +416,9 @@
</item>
<item row="8" column="0" colspan="2">
<widget class="InterfacePreviewWidget" name="skinsPreview">
+ <property name="styleSheet">
+ <string notr="true">background-color: rgb(192, 192, 192);</string>
+ </property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
More information about the vlc-commits
mailing list