[vlc-commits] Qt: remove duplicate background-color
Ludovic Fauvet
git at videolan.org
Fri Jun 14 21:15:40 CEST 2013
vlc | branch: master | Ludovic Fauvet <etix at videolan.org> | Fri Jun 14 12:48:08 2013 +0200| [6bc97373b29a6c2065ba0b86dd959aaa2795153b] | committer: Ludovic Fauvet
Qt: remove duplicate background-color
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6bc97373b29a6c2065ba0b86dd959aaa2795153b
---
modules/gui/qt4/ui/about.ui | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/modules/gui/qt4/ui/about.ui b/modules/gui/qt4/ui/about.ui
index 931a52b..1b8daea 100644
--- a/modules/gui/qt4/ui/about.ui
+++ b/modules/gui/qt4/ui/about.ui
@@ -35,8 +35,7 @@
</size>
</property>
<property name="styleSheet">
- <string notr="true">background-color: rgb(222, 222, 222);
-background-color: rgb(245, 245, 245);</string>
+ <string notr="true">background-color: rgb(245, 245, 245);</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="2" column="2" rowspan="4">
@@ -258,8 +257,7 @@ margin-bottom: 6px;</string>
</size>
</property>
<property name="styleSheet">
- <string notr="true">background-color: rgb(201, 201, 201);
-background-color: rgb(230, 230, 230);</string>
+ <string notr="true">background-color: rgb(230, 230, 230);</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<property name="margin">
More information about the vlc-commits
mailing list