[cheese/three-point-oh] Fixed the alignment of videobalance labels in preferences dialog.
- From: Yuvaraj Pandian <yuvipanda src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cheese/three-point-oh] Fixed the alignment of videobalance labels in preferences dialog.
- Date: Wed, 14 Jul 2010 17:31:08 +0000 (UTC)
commit 61312c2069b606ced66c4bfbb6ca8f3541879be6
Author: Yuvaraj Pandian T <yuvipanda gmail com>
Date: Wed Jul 14 21:16:34 2010 +0530
Fixed the alignment of videobalance labels in preferences dialog.
data/cheese-prefs.ui | 35 ++++++++++++++++++++++++++++++++---
1 files changed, 32 insertions(+), 3 deletions(-)
---
diff --git a/data/cheese-prefs.ui b/data/cheese-prefs.ui
index 4c774ff..7af051a 100644
--- a/data/cheese-prefs.ui
+++ b/data/cheese-prefs.ui
@@ -180,11 +180,14 @@
<property name="visible">True</property>
<property name="orientation">vertical</property>
<property name="spacing">2</property>
+
<child>
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xscale">0</property>
+ <property name="yalign">0</property>
+ <property name="yscale">0</property>
<property name="left_padding">10</property>
<child>
<object class="GtkLabel" id="label4">
@@ -194,14 +197,18 @@
</child>
</object>
<packing>
- <property name="position">0</property>
- </packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
+ </packing>
+
</child>
<child>
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xscale">0</property>
+ <property name="yalign">0</property>
+ <property name="yscale">0</property>
<property name="left_padding">10</property>
<child>
<object class="GtkLabel" id="label5">
@@ -219,7 +226,9 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xscale">0</property>
- <property name="left_padding">10</property>
+ <property name="yalign">0</property>
+ <property name="yscale">0</property>
+ <property name="left_padding">10</property>
<child>
<object class="GtkLabel" id="label7">
<property name="visible">True</property>
@@ -228,6 +237,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">2</property>
</packing>
</child>
@@ -236,6 +247,8 @@
<property name="visible">True</property>
<property name="xalign">0</property>
<property name="xscale">0</property>
+ <property name="yalign">0</property>
+ <property name="yscale">0</property>
<property name="left_padding">10</property>
<child>
<object class="GtkLabel" id="label8">
@@ -245,6 +258,8 @@
</child>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">3</property>
</packing>
</child>
@@ -266,8 +281,13 @@
<property name="can_focus">True</property>
<property name="draw_value">False</property>
<property name="adjustment">brightness_adjustment</property>
+ <marks>
+ <mark value="0" />
+ </marks>
</object>
<packing>
+ <property name="expand">True</property>
+ <property name="fill">True</property>
<property name="position">0</property>
</packing>
</child>
@@ -277,6 +297,9 @@
<property name="can_focus">True</property>
<property name="draw_value">False</property>
<property name="adjustment">contrast_adjustment</property>
+ <marks>
+ <mark value="1" />
+ </marks>
</object>
<packing>
<property name="position">1</property>
@@ -288,6 +311,9 @@
<property name="can_focus">True</property>
<property name="draw_value">False</property>
<property name="adjustment">saturation_adjustment</property>
+ <marks>
+ <mark value="1" />
+ </marks>
</object>
<packing>
<property name="position">2</property>
@@ -299,6 +325,9 @@
<property name="can_focus">True</property>
<property name="draw_value">False</property>
<property name="adjustment">hue_adjustment</property>
+ <marks>
+ <mark value="0" />
+ </marks>
</object>
<packing>
<property name="position">3</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]