[accounts-dialog/lockbutton] Remove an extra event box
- From: Matthias Clasen <matthiasc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [accounts-dialog/lockbutton] Remove an extra event box
- Date: Fri, 29 Jan 2010 14:47:57 +0000 (UTC)
commit 5c3669b3385126055a7cb44bc9901740cb7d5898
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jan 29 09:43:17 2010 -0500
Remove an extra event box
data/user-accounts-dialog.ui | 68 ++++++++++++++++++-----------------------
1 files changed, 30 insertions(+), 38 deletions(-)
---
diff --git a/data/user-accounts-dialog.ui b/data/user-accounts-dialog.ui
index 610ccec..b0d0967 100644
--- a/data/user-accounts-dialog.ui
+++ b/data/user-accounts-dialog.ui
@@ -643,55 +643,47 @@
</packing>
</child>
<child>
- <object class="GtkEventBox" id="eventbox1">
+ <object class="GtkNotebook" id="account-language-notebook">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="events">GDK_FOCUS_CHANGE_MASK | GDK_STRUCTURE_MASK</property>
- <property name="visible_window">False</property>
+ <property name="show_tabs">False</property>
+ <property name="show_border">False</property>
<child>
- <object class="GtkNotebook" id="account-language-notebook">
+ <object class="GtkLabel" id="account-language-value-label">
<property name="visible">True</property>
- <property name="show_tabs">False</property>
- <property name="show_border">False</property>
+ <property name="xalign">0</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkButton" id="account-language-button">
+ <property name="visible">True</property>
+ <property name="receives_default">True</property>
+ <property name="can_focus">True</property>
+ <property name="relief">none</property>
<child>
- <object class="GtkLabel" id="account-language-value-label">
+ <object class="GtkLabel" id="account-language-button-label">
<property name="visible">True</property>
<property name="xalign">0</property>
</object>
</child>
+ </object>
+ <packing>
+ <property name="position">1</property>
+ </packing>
+ </child>
+ <child>
+ <object class="GtkComboBox" id="account-language-combo">
+ <property name="visible">True</property>
+ <property name="model">language-model</property>
<child>
- <object class="GtkButton" id="account-language-button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="relief">none</property>
- <child>
- <object class="GtkLabel" id="account-language-button-label">
- <property name="visible">True</property>
- <property name="xalign">0</property>
- </object>
- </child>
- </object>
- <packing>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkComboBox" id="account-language-combo">
- <property name="visible">True</property>
- <property name="model">language-model</property>
- <child>
- <object class="GtkCellRendererText" id="account-language-cell"/>
- <attributes>
- <attribute name="text">1</attribute>
- </attributes>
- </child>
- </object>
- <packing>
- <property name="position">2</property>
- </packing>
+ <object class="GtkCellRendererText" id="account-language-cell"/>
+ <attributes>
+ <attribute name="text">1</attribute>
+ </attributes>
</child>
</object>
+ <packing>
+ <property name="position">2</property>
+ </packing>
</child>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]