~attente/unity-control-center/region-panel-deprecation-warnings

« back to all changes in this revision

Viewing changes to shell/shell.ui

  • Committer: CI Train Bot
  • Author(s): Sebastien Bacher
  • Date: 2015-02-03 12:26:16 UTC
  • mfrom: (12802.1.1 unity-control-center)
  • Revision ID: ci-train-bot@canonical.com-20150203122616-7sl6qfwj79a5tg6p
shell: don't use deprecated properties, avoid runtime warnings 

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
                <child>
27
27
                  <object class="GtkAlignment" id="alignment1">
28
28
                    <property name="visible">True</property>
29
 
                    <property name="top_padding">5</property>
30
 
                    <property name="bottom_padding">5</property>
31
 
                    <property name="left_padding">10</property>
32
 
                    <property name="right_padding">5</property>
33
29
                    <child>
34
30
                      <object class="GtkHBox" id="hbox1">
35
31
                        <property name="visible">True</property>
 
32
                        <property name="margin-top">5</property>
 
33
                        <property name="margin-bottom">5</property>
 
34
                        <property name="margin-start">10</property>
 
35
                        <property name="margin-end">5</property>
36
36
                        <child>
37
37
                          <object class="GtkAlignment" id="entry-alignment">
38
38
                            <property name="visible">True</property>
39
 
                            <property name="xalign">1</property>
40
 
                            <property name="xscale">0</property>
41
39
                            <child>
42
40
                              <object class="GtkBox" id="topright">
43
41
                                <property name="visible">True</property>
44
42
                                <property name="orientation">horizontal</property>
 
43
                                <property name="halign">GTK_ALIGN_END</property>
45
44
                                <child>
46
45
                                  <object class="GtkSearchEntry" id="search-entry">
47
46
                                    <property name="width_request">210</property>
94
93
                <child>
95
94
                  <object class="GtkViewport" id="viewport">
96
95
                    <property name="visible">True</property>
97
 
                    <property name="resize_mode">queue</property>
98
96
                    <property name="shadow_type">none</property>
99
97
                    <child>
100
98
                      <object class="GtkVBox" id="main-vbox">