[vlmc-devel] PreviewWidget: don't waste space
Ludovic Fauvet
git at videolan.org
Mon Sep 24 19:27:21 CEST 2012
vlmc | branch: master | Ludovic Fauvet <etix at videolan.org> | Mon Sep 24 19:26:39 2012 +0200| [804906d96339f746a92ab46d2c315d5f5dcdb3d7] | committer: Ludovic Fauvet
PreviewWidget: don't waste space
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=804906d96339f746a92ab46d2c315d5f5dcdb3d7
---
src/Gui/preview/ui/PreviewWidget.ui | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/src/Gui/preview/ui/PreviewWidget.ui b/src/Gui/preview/ui/PreviewWidget.ui
index 7891128..b31007f 100644
--- a/src/Gui/preview/ui/PreviewWidget.ui
+++ b/src/Gui/preview/ui/PreviewWidget.ui
@@ -55,7 +55,7 @@
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
- <number>6</number>
+ <number>0</number>
</property>
<item>
<widget class="QPushButton" name="pushButtonPreviousFrame">
@@ -67,13 +67,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -108,13 +108,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -149,13 +149,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -190,13 +190,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -240,13 +240,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -281,13 +281,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
@@ -322,13 +322,13 @@
</property>
<property name="minimumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>34</width>
+ <width>30</width>
<height>30</height>
</size>
</property>
More information about the Vlmc-devel
mailing list