diff options
author | Yuvaraj Pandian T <yuvipanda@gmail.com> | 2010-07-14 21:16:34 +0530 |
---|---|---|
committer | Yuvaraj Pandian T <yuvipanda@gmail.com> | 2010-07-14 21:16:34 +0530 |
commit | 61312c2069b606ced66c4bfbb6ca8f3541879be6 (patch) | |
tree | b81a6701f632b458696d704299837f62d089e6bc /data | |
parent | 7fe4a3749060ff94d76d57f7d5cfb39900d8464d (diff) |
Fixed the alignment of videobalance labels in preferences dialog.
Diffstat (limited to 'data')
-rw-r--r-- | 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 4c774fff..7af051a2 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> |