diff options
author | raveit65 <[email protected]> | 2017-03-01 14:23:48 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-01 14:23:48 +0100 |
commit | 9366f4696c76ca2dcc838cadc1603680af91b446 (patch) | |
tree | fd2335e15fa31e25028c5dfcae3aa53422766bba /capplets/about-me/mate-about-me-dialog.ui | |
parent | 595a64d504741beda3769489e7c6c2733d1bee8a (diff) | |
download | mate-control-center-9366f4696c76ca2dcc838cadc1603680af91b446.tar.bz2 mate-control-center-9366f4696c76ca2dcc838cadc1603680af91b446.tar.xz |
about-me ui: avoid deprecated widgets
Diffstat (limited to 'capplets/about-me/mate-about-me-dialog.ui')
-rw-r--r-- | capplets/about-me/mate-about-me-dialog.ui | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/capplets/about-me/mate-about-me-dialog.ui b/capplets/about-me/mate-about-me-dialog.ui index 77f48248..d33f7b9a 100644 --- a/capplets/about-me/mate-about-me-dialog.ui +++ b/capplets/about-me/mate-about-me-dialog.ui @@ -1,6 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.20.0 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.14"/> + <!-- interface-license-type gplv2 --> + <!-- interface-name mate-about-me-dialog --> + <!-- interface-description about me dialog window --> + <!-- interface-copyright MATE Developers --> + <!-- interface-authors Wolfgang Ulbrich --> <object class="GtkDialog" id="about-me-dialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -41,18 +47,19 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox55"> + <object class="GtkBox" id="vbox55"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="border_width">5</property> + <property name="orientation">vertical</property> <property name="spacing">12</property> <child> - <object class="GtkHBox" id="hbox58"> + <object class="GtkBox" id="hbox58"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">48</property> <child> - <object class="GtkHBox" id="hbox59"> + <object class="GtkBox" id="hbox59"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">12</property> @@ -78,7 +85,7 @@ <object class="GtkLabel" id="fullname"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> + <property name="halign">start</property> <property name="label" translatable="yes">Full Name</property> </object> <packing> @@ -95,12 +102,13 @@ </packing> </child> <child> - <object class="GtkVBox" id="buttons_vbox"> + <object class="GtkBox" id="buttons_vbox"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="orientation">vertical</property> <property name="spacing">6</property> <child> - <object class="GtkHBox" id="hbox60"> + <object class="GtkBox" id="hbox60"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="spacing">12</property> @@ -108,7 +116,7 @@ <object class="GtkLabel" id="label1012"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="yalign">0</property> + <property name="valign">start</property> <property name="label" translatable="yes">User name:</property> </object> <packing> @@ -121,7 +129,7 @@ <object class="GtkLabel" id="login"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="yalign">0</property> + <property name="valign">start</property> </object> <packing> <property name="expand">True</property> |