[gtk+] Don't stretch switches in Widget Factory
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Don't stretch switches in Widget Factory
- Date: Sun, 11 May 2014 15:19:48 +0000 (UTC)
commit 73b04b5434a06defa0be4d394e109ea51f6acd65
Author: Nikita Churaev <lamefun x0r gmail com>
Date: Mon May 5 23:54:33 2014 +0400
Don't stretch switches in Widget Factory
https://bugzilla.gnome.org/show_bug.cgi?id=729594
demos/widget-factory/widget-factory.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/demos/widget-factory/widget-factory.ui b/demos/widget-factory/widget-factory.ui
index c96c625..9c3b2df 100644
--- a/demos/widget-factory/widget-factory.ui
+++ b/demos/widget-factory/widget-factory.ui
@@ -883,6 +883,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkSwitch" id="switch1">
<property name="visible">True</property>
<property name="sensitive">True</property>
+ <property name="halign">center</property>
</object>
<packing>
<property name="expand">False</property>
@@ -894,6 +895,7 @@ Suspendisse feugiat quam quis dolor accumsan cursus. </property>
<object class="GtkSwitch" id="switch2">
<property name="visible">True</property>
<property name="sensitive">False</property>
+ <property name="halign">center</property>
</object>
<packing>
<property name="expand">False</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]