diff options
| author | raveit65 <[email protected]> | 2018-05-08 18:39:16 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-06-23 10:13:43 +0200 | 
| commit | 657b7067acfa3ee0212a08f266b7ebdd60f92c63 (patch) | |
| tree | 9f6acd6d495de5d240197ce494b034ba7a67f036 | |
| parent | d21cbadc64065b72eb6494247bbc6d876d57eb14 (diff) | |
| download | mate-control-center-657b7067acfa3ee0212a08f266b7ebdd60f92c63.tar.bz2 mate-control-center-657b7067acfa3ee0212a08f266b7ebdd60f92c63.tar.xz  | |
display-capplet.ui: replace deprecations
| -rw-r--r-- | capplets/display/display-capplet.ui | 222 | 
1 files changed, 100 insertions, 122 deletions
diff --git a/capplets/display/display-capplet.ui b/capplets/display/display-capplet.ui index 9887a410..eb7b24ab 100644 --- a/capplets/display/display-capplet.ui +++ b/capplets/display/display-capplet.ui @@ -1,19 +1,43 @@  <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 -->  <interface> -  <requires lib="gtk+" version="2.16"/> -  <!-- interface-naming-policy toplevel-contextual --> +  <requires lib="gtk+" version="3.22"/> +  <object class="GtkListStore" id="liststore1"> +    <columns> +      <!-- column-name item --> +      <column type="gchararray"/> +    </columns> +    <data> +      <row> +        <col id="0" translatable="yes">Normal</col> +      </row> +      <row> +        <col id="0" translatable="yes">Left</col> +      </row> +      <row> +        <col id="0" translatable="yes">Right</col> +      </row> +      <row> +        <col id="0" translatable="yes">Upside-down</col> +      </row> +    </data> +  </object>    <object class="GtkDialog" id="dialog">      <property name="can_focus">False</property>      <property name="border_width">5</property>      <property name="title" translatable="yes">Monitor Preferences</property>      <property name="type_hint">dialog</property> +    <child> +      <placeholder/> +    </child>      <child internal-child="vbox"> -      <object class="GtkVBox" id="dialog-vbox1"> +      <object class="GtkBox" id="dialog-vbox1">          <property name="visible">True</property>          <property name="can_focus">False</property> +        <property name="orientation">vertical</property>          <property name="spacing">2</property>          <child internal-child="action_area"> -          <object class="GtkHButtonBox" id="dialog-action_area1"> +          <object class="GtkButtonBox" id="dialog-action_area1">              <property name="visible">True</property>              <property name="can_focus">False</property>              <property name="layout_style">end</property> @@ -24,7 +48,6 @@                  <property name="can_focus">True</property>                  <property name="can_default">True</property>                  <property name="receives_default">False</property> -                <property name="use_action_appearance">False</property>                  <property name="use_stock">True</property>                </object>                <packing> @@ -41,7 +64,6 @@                  <property name="can_focus">True</property>                  <property name="receives_default">True</property>                  <property name="tooltip_text" translatable="yes">Applies the current configuration for other MATE users on the computer. Note that this doesn't affect login screens or other desktop environments.</property> -                <property name="use_action_appearance">False</property>                  <property name="use_underline">True</property>                </object>                <packing> @@ -57,7 +79,6 @@                  <property name="can_focus">True</property>                  <property name="can_default">True</property>                  <property name="receives_default">False</property> -                <property name="use_action_appearance">False</property>                  <property name="use_stock">True</property>                </object>                <packing> @@ -73,7 +94,6 @@                  <property name="can_focus">True</property>                  <property name="can_default">True</property>                  <property name="receives_default">False</property> -                <property name="use_action_appearance">False</property>                  <property name="use_stock">True</property>                </object>                <packing> @@ -91,17 +111,16 @@            </packing>          </child>          <child> -          <object class="GtkTable" id="table2"> +          <object class="GtkGrid" id="table2">              <property name="visible">True</property>              <property name="can_focus">False</property> -            <property name="n_rows">2</property> -            <property name="n_columns">2</property> -            <property name="column_spacing">12</property>              <property name="row_spacing">12</property> +            <property name="column_spacing">12</property>              <child> -              <object class="GtkVBox" id="vbox3"> +              <object class="GtkBox" id="vbox3">                  <property name="visible">True</property>                  <property name="can_focus">False</property> +                <property name="orientation">vertical</property>                  <property name="spacing">12</property>                  <child>                    <object class="GtkAlignment" id="align"> @@ -118,7 +137,7 @@                    </packing>                  </child>                  <child> -                  <object class="GtkHBox" id="hbox1"> +                  <object class="GtkBox" id="hbox1">                      <property name="visible">True</property>                      <property name="can_focus">False</property>                      <property name="spacing">12</property> @@ -128,7 +147,6 @@                          <property name="visible">True</property>                          <property name="can_focus">True</property>                          <property name="receives_default">False</property> -                        <property name="use_action_appearance">False</property>                          <property name="use_underline">True</property>                          <property name="draw_indicator">True</property>                        </object> @@ -144,7 +162,6 @@                          <property name="visible">True</property>                          <property name="can_focus">True</property>                          <property name="receives_default">True</property> -                        <property name="use_action_appearance">False</property>                          <property name="use_underline">True</property>                        </object>                        <packing> @@ -162,17 +179,22 @@                    </packing>                  </child>                </object> +              <packing> +                <property name="left_attach">0</property> +                <property name="top_attach">0</property> +              </packing>              </child>              <child> -              <object class="GtkVBox" id="vbox4"> +              <object class="GtkBox" id="vbox4">                  <property name="visible">True</property>                  <property name="can_focus">False</property> +                <property name="orientation">vertical</property>                  <child>                    <object class="GtkLabel" id="label8">                      <property name="visible">True</property>                      <property name="can_focus">False</property> -                    <property name="xalign">0</property>                      <property name="label" translatable="yes">Panel icon</property> +                    <property name="xalign">0</property>                      <attributes>                        <attribute name="weight" value="bold"/>                      </attributes> @@ -194,7 +216,7 @@                          <property name="visible">True</property>                          <property name="can_focus">True</property>                          <property name="receives_default">False</property> -                        <property name="use_action_appearance">False</property> +                        <property name="halign">start</property>                          <property name="use_underline">True</property>                          <property name="draw_indicator">True</property>                        </object> @@ -208,9 +230,8 @@                  </child>                </object>                <packing> -                <property name="right_attach">2</property> +                <property name="left_attach">0</property>                  <property name="top_attach">1</property> -                <property name="bottom_attach">2</property>                </packing>              </child>              <child> @@ -220,43 +241,37 @@                  <property name="xalign">0</property>                  <property name="yalign">0</property>                  <child> -                  <object class="GtkTable" id="table1"> +                  <object class="GtkGrid" id="table1">                      <property name="visible">True</property>                      <property name="can_focus">False</property> -                    <property name="n_rows">7</property> -                    <property name="n_columns">2</property> -                    <property name="column_spacing">12</property>                      <property name="row_spacing">6</property> +                    <property name="column_spacing">12</property>                      <child>                        <object class="GtkLabel" id="label2">                          <property name="visible">True</property>                          <property name="can_focus">False</property> -                        <property name="xalign">0</property>                          <property name="label" translatable="yes">_Resolution:</property>                          <property name="use_underline">True</property>                          <property name="mnemonic_widget">resolution_combo</property> +                        <property name="xalign">0</property>                        </object>                        <packing> +                        <property name="left_attach">0</property>                          <property name="top_attach">3</property> -                        <property name="bottom_attach">4</property> -                        <property name="x_options">GTK_FILL</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child>                        <object class="GtkLabel" id="label3">                          <property name="visible">True</property>                          <property name="can_focus">False</property> -                        <property name="xalign">0</property>                          <property name="label" translatable="yes">Re_fresh rate:</property>                          <property name="use_underline">True</property>                          <property name="mnemonic_widget">refresh_combo</property> +                        <property name="xalign">0</property>                        </object>                        <packing> +                        <property name="left_attach">0</property>                          <property name="top_attach">4</property> -                        <property name="bottom_attach">5</property> -                        <property name="x_options">GTK_FILL</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -266,10 +281,7 @@                        </object>                        <packing>                          <property name="left_attach">1</property> -                        <property name="right_attach">2</property>                          <property name="top_attach">3</property> -                        <property name="bottom_attach">4</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -279,14 +291,11 @@                        </object>                        <packing>                          <property name="left_attach">1</property> -                        <property name="right_attach">2</property>                          <property name="top_attach">4</property> -                        <property name="bottom_attach">5</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> -                      <object class="GtkHBox" id="hbox2"> +                      <object class="GtkBox" id="hbox2">                          <property name="visible">True</property>                          <property name="can_focus">False</property>                          <property name="spacing">12</property> @@ -296,7 +305,6 @@                              <property name="visible">True</property>                              <property name="can_focus">True</property>                              <property name="receives_default">False</property> -                            <property name="use_action_appearance">False</property>                              <property name="use_underline">True</property>                              <property name="active">True</property>                              <property name="draw_indicator">True</property> @@ -313,7 +321,6 @@                              <property name="visible">True</property>                              <property name="can_focus">True</property>                              <property name="receives_default">False</property> -                            <property name="use_action_appearance">False</property>                              <property name="use_underline">True</property>                              <property name="draw_indicator">True</property>                              <property name="group">monitor_on_radio</property> @@ -326,47 +333,8 @@                          </child>                        </object>                        <packing> -                        <property name="right_attach">2</property> +                        <property name="left_attach">0</property>                          <property name="top_attach">1</property> -                        <property name="bottom_attach">2</property> -                        <property name="y_options"/> -                      </packing> -                    </child> -                    <child> -                      <object class="GtkEventBox" id="current_monitor_event_box"> -                        <property name="visible">True</property> -                        <property name="can_focus">False</property> -                        <child> -                          <object class="GtkLabel" id="current_monitor_label"> -                            <property name="visible">True</property> -                            <property name="can_focus">False</property> -                            <property name="xalign">0</property> -                            <property name="label" translatable="yes">Monitor</property> -                            <attributes> -                              <attribute name="weight" value="bold"/> -                            </attributes> -                          </object> -                        </child> -                      </object> -                      <packing> -                        <property name="right_attach">2</property> -                        <property name="y_options"/> -                      </packing> -                    </child> -                    <child> -                      <object class="GtkLabel" id="label5"> -                        <property name="visible">True</property> -                        <property name="can_focus">False</property> -                        <property name="xalign">0</property> -                        <property name="label" translatable="yes">R_otation:</property> -                        <property name="use_underline">True</property> -                        <property name="mnemonic_widget">rotation_combo</property> -                      </object> -                      <packing> -                        <property name="top_attach">5</property> -                        <property name="bottom_attach">6</property> -                        <property name="x_options">GTK_FILL</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -383,10 +351,7 @@                        </object>                        <packing>                          <property name="left_attach">1</property> -                        <property name="right_attach">2</property>                          <property name="top_attach">5</property> -                        <property name="bottom_attach">6</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -394,16 +359,12 @@                          <property name="label" translatable="yes">Include _panel</property>                          <property name="can_focus">True</property>                          <property name="receives_default">False</property> -                        <property name="use_action_appearance">False</property>                          <property name="use_underline">True</property>                          <property name="draw_indicator">True</property>                        </object>                        <packing> -                        <property name="right_attach">2</property> +                        <property name="left_attach">0</property>                          <property name="top_attach">6</property> -                        <property name="bottom_attach">7</property> -                        <property name="x_options">GTK_FILL</property> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -416,11 +377,7 @@                        </object>                        <packing>                          <property name="left_attach">1</property> -                        <property name="right_attach">2</property>                          <property name="top_attach">5</property> -                        <property name="bottom_attach">6</property> -                        <property name="x_options"/> -                        <property name="y_options"/>                        </packing>                      </child>                      <child> @@ -431,26 +388,67 @@                          <property name="can_focus">True</property>                          <property name="receives_default">True</property>                          <property name="tooltip_text" translatable="yes">Sets the selected monitor as primary.</property> -                        <property name="use_action_appearance">False</property>                        </object>                        <packing> -                        <property name="right_attach">2</property> +                        <property name="left_attach">0</property>                          <property name="top_attach">2</property> -                        <property name="bottom_attach">3</property> -                        <property name="x_options">GTK_FILL</property> -                        <property name="y_options">GTK_FILL</property> +                        <property name="width">2</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkLabel" id="label5"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="label" translatable="yes">R_otation:</property> +                        <property name="use_underline">True</property> +                        <property name="mnemonic_widget">rotation_combo</property> +                        <property name="xalign">0</property> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">5</property> +                      </packing> +                    </child> +                    <child> +                      <object class="GtkEventBox" id="current_monitor_event_box"> +                        <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="visible_window">False</property> +                        <child> +                          <object class="GtkLabel" id="current_monitor_label"> +                            <property name="visible">True</property> +                            <property name="can_focus">False</property> +                            <property name="label" translatable="yes">Monitor</property> +                            <property name="xalign">0</property> +                            <attributes> +                              <attribute name="weight" value="bold"/> +                            </attributes> +                          </object> +                        </child> +                      </object> +                      <packing> +                        <property name="left_attach">0</property> +                        <property name="top_attach">0</property> +                        <property name="width">2</property>                        </packing>                      </child> +                    <child> +                      <placeholder/> +                    </child> +                    <child> +                      <placeholder/> +                    </child>                    </object>                  </child>                </object>                <packing>                  <property name="left_attach">1</property> -                <property name="right_attach">2</property> -                <property name="x_options"/> -                <property name="y_options">GTK_FILL</property> +                <property name="top_attach">0</property>                </packing>              </child> +            <child> +              <placeholder/> +            </child>            </object>            <packing>              <property name="expand">True</property> @@ -467,24 +465,4 @@        <action-widget response="-7">button2</action-widget>      </action-widgets>    </object> -  <object class="GtkListStore" id="liststore1"> -    <columns> -      <!-- column-name item --> -      <column type="gchararray"/> -    </columns> -    <data> -      <row> -        <col id="0" translatable="yes">Normal</col> -      </row> -      <row> -        <col id="0" translatable="yes">Left</col> -      </row> -      <row> -        <col id="0" translatable="yes">Right</col> -      </row> -      <row> -        <col id="0" translatable="yes">Upside-down</col> -      </row> -    </data> -  </object>  </interface>  | 
