diff options
| author | Pablo Barciela <[email protected]> | 2018-12-15 10:42:36 +0100 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2018-12-15 20:58:04 +0100 | 
| commit | 8fd39d4ac09e39262a182ff69b16278af71a1703 (patch) | |
| tree | abcf954a411aaebf313c7971cf3c23a3153b37de | |
| parent | 4e4027f9ea4d8a3f25b9e8eddab0bd810359b591 (diff) | |
| download | mate-user-share-8fd39d4ac09e39262a182ff69b16278af71a1703.tar.bz2 mate-user-share-8fd39d4ac09e39262a182ff69b16278af71a1703.tar.xz | |
file-share-properties.ui: avoid deprecated:
avoid deprecated:
GtkVBox
GtkTable
GtkButton:use-stock
| -rw-r--r-- | data/file-share-properties.ui | 218 | 
1 files changed, 129 insertions, 89 deletions
| diff --git a/data/file-share-properties.ui b/data/file-share-properties.ui index 088e2ed..fb59c7b 100644 --- a/data/file-share-properties.ui +++ b/data/file-share-properties.ui @@ -1,32 +1,99 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.22.1 -->  <interface> -  <requires lib="gtk+" version="2.14"/> -  <!-- interface-naming-policy toplevel-contextual --> +  <requires lib="gtk+" version="3.22"/> +  <object class="GtkImage" id="image1"> +    <property name="visible">True</property> +    <property name="can_focus">False</property> +    <property name="icon_name">help-browser</property> +  </object> +  <object class="GtkImage" id="image2"> +    <property name="visible">True</property> +    <property name="can_focus">False</property> +    <property name="icon_name">window-close</property> +  </object>    <object class="GtkDialog" id="user_share_dialog"> +    <property name="can_focus">False</property>      <property name="border_width">5</property>      <property name="title" translatable="yes">Personal File Sharing Preferences</property>      <property name="resizable">False</property>      <property name="icon_name">folder-remote</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="GtkButtonBox" id="dialog-action_area1"> +            <property name="visible">True</property> +            <property name="can_focus">False</property> +            <property name="layout_style">end</property> +            <child> +              <object class="GtkButton" id="close_button"> +                <property name="label" translatable="yes">_Close</property> +                <property name="visible">True</property> +                <property name="can_focus">True</property> +                <property name="can_default">True</property> +                <property name="receives_default">False</property> +                <property name="image">image2</property> +                <property name="use_underline">True</property> +              </object> +              <packing> +                <property name="expand">True</property> +                <property name="fill">True</property> +                <property name="position">0</property> +              </packing> +            </child> +            <child> +              <object class="GtkButton" id="help_button"> +                <property name="label" translatable="yes">_Help</property> +                <property name="visible">True</property> +                <property name="can_focus">True</property> +                <property name="receives_default">True</property> +                <property name="image">image1</property> +                <property name="use_underline">True</property> +              </object> +              <packing> +                <property name="expand">True</property> +                <property name="fill">True</property> +                <property name="pack_type">end</property> +                <property name="position">1</property> +                <property name="secondary">True</property> +              </packing> +            </child> +          </object> +          <packing> +            <property name="expand">False</property> +            <property name="fill">False</property> +            <property name="pack_type">end</property> +            <property name="position">0</property> +          </packing> +        </child>          <child> -          <object class="GtkVBox" id="vbox2"> +          <object class="GtkBox" id="vbox2">              <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">18</property>              <child> -              <object class="GtkVBox" id="vbox_share_http"> +              <object class="GtkBox" id="vbox_share_http">                  <property name="visible">True</property> +                <property name="can_focus">False</property> +                <property name="orientation">vertical</property>                  <property name="spacing">6</property>                  <child>                    <object class="GtkLabel" id="label6">                      <property name="visible">True</property> -                    <property name="xalign">0</property> +                    <property name="can_focus">False</property>                      <property name="label" translatable="yes"><b>Share Files over the Network</b></property>                      <property name="use_markup">True</property> +                    <property name="xalign">0</property>                    </object>                    <packing>                      <property name="expand">False</property> @@ -37,38 +104,35 @@                  <child>                    <object class="GtkAlignment" id="alignment2">                      <property name="visible">True</property> +                    <property name="can_focus">False</property>                      <property name="left_padding">12</property>                      <child> -                      <object class="GtkTable" id="table2"> +                      <object class="GtkGrid" id="table2">                          <property name="visible">True</property> -                        <property name="n_rows">3</property> -                        <property name="n_columns">2</property> -                        <property name="column_spacing">12</property> +                        <property name="can_focus">False</property>                          <property name="row_spacing">6</property> +                        <property name="column_spacing">12</property>                          <child>                            <object class="GtkComboBox" id="password_combo">                              <property name="visible">True</property> +                            <property name="can_focus">False</property> +                            <property name="hexpand">True</property>                            </object>                            <packing>                              <property name="left_attach">1</property> -                            <property name="right_attach">2</property>                              <property name="top_attach">1</property> -                            <property name="bottom_attach">2</property> -                            <property name="y_options">GTK_FILL</property>                            </packing>                          </child>                          <child>                            <object class="GtkEntry" id="password_entry">                              <property name="visible">True</property>                              <property name="can_focus">True</property> +                            <property name="hexpand">True</property>                              <property name="visibility">False</property>                            </object>                            <packing>                              <property name="left_attach">1</property> -                            <property name="right_attach">2</property>                              <property name="top_attach">2</property> -                            <property name="bottom_attach">3</property> -                            <property name="y_options"></property>                            </packing>                          </child>                          <child> @@ -81,63 +145,67 @@                              <property name="draw_indicator">True</property>                            </object>                            <packing> -                            <property name="right_attach">2</property> -                            <property name="x_options">GTK_FILL</property> -                            <property name="y_options"></property> +                            <property name="left_attach">0</property> +                            <property name="top_attach">0</property> +                            <property name="width">2</property>                            </packing>                          </child>                          <child>                            <object class="GtkLabel" id="label5">                              <property name="visible">True</property> -                            <property name="xalign">0</property> +                            <property name="can_focus">False</property>                              <property name="label" translatable="yes">_Password:</property>                              <property name="use_underline">True</property>                              <property name="mnemonic_widget">password_entry</property> +                            <property name="xalign">0</property>                            </object>                            <packing> +                            <property name="left_attach">0</property>                              <property name="top_attach">2</property> -                            <property name="bottom_attach">3</property> -                            <property name="x_options">GTK_SHRINK | GTK_FILL</property> -                            <property name="y_options"></property>                            </packing>                          </child>                          <child>                            <object class="GtkLabel" id="label4">                              <property name="visible">True</property> +                            <property name="can_focus">False</property>                              <property name="label" translatable="yes">_Require password:</property>                              <property name="use_underline">True</property>                              <property name="mnemonic_widget">password_combo</property> +                            <property name="xalign">0</property>                            </object>                            <packing> +                            <property name="left_attach">0</property>                              <property name="top_attach">1</property> -                            <property name="bottom_attach">2</property> -                            <property name="x_options">GTK_SHRINK | GTK_FILL</property> -                            <property name="y_options"></property>                            </packing>                          </child>                        </object>                      </child>                    </object>                    <packing> +                    <property name="expand">False</property> +                    <property name="fill">True</property>                      <property name="position">1</property>                    </packing>                  </child>                </object>                <packing>                  <property name="expand">False</property> +                <property name="fill">True</property>                  <property name="position">0</property>                </packing>              </child>              <child> -              <object class="GtkVBox" id="vbox_share_bluetooth"> -                <property name="visible">False</property> +              <object class="GtkBox" id="vbox_share_bluetooth"> +                <property name="can_focus">False</property> +                <property name="orientation">vertical</property>                  <property name="spacing">6</property>                  <child>                    <object class="GtkLabel" id="label7">                      <property name="visible">True</property> -                    <property name="xalign">0</property> +                    <property name="can_focus">False</property>                      <property name="label" translatable="yes"><b>Share Files over Bluetooth</b></property>                      <property name="use_markup">True</property> +                    <property name="xalign">0</property>                    </object>                    <packing>                      <property name="expand">False</property> @@ -148,10 +216,13 @@                  <child>                    <object class="GtkAlignment" id="alignment3">                      <property name="visible">True</property> +                    <property name="can_focus">False</property>                      <property name="left_padding">12</property>                      <child> -                      <object class="GtkVBox" id="vbox1"> +                      <object class="GtkBox" id="vbox1">                          <property name="visible">True</property> +                        <property name="can_focus">False</property> +                        <property name="orientation">vertical</property>                          <property name="spacing">6</property>                          <child>                            <object class="GtkCheckButton" id="enable_bluetooth_check"> @@ -202,25 +273,30 @@                      </child>                    </object>                    <packing> +                    <property name="expand">False</property> +                    <property name="fill">True</property>                      <property name="position">1</property>                    </packing>                  </child>                </object>                <packing>                  <property name="expand">False</property> +                <property name="fill">True</property>                  <property name="position">1</property>                </packing>              </child>              <child> -              <object class="GtkVBox" id="vbox_receive_bluetooth"> -                <property name="visible">False</property> +              <object class="GtkBox" id="vbox_receive_bluetooth"> +                <property name="can_focus">False</property> +                <property name="orientation">vertical</property>                  <property name="spacing">6</property>                  <child>                    <object class="GtkLabel" id="label8">                      <property name="visible">True</property> -                    <property name="xalign">0</property> +                    <property name="can_focus">False</property>                      <property name="label" translatable="yes"><b>Receive Files over Bluetooth</b></property>                      <property name="use_markup">True</property> +                    <property name="xalign">0</property>                    </object>                    <packing>                      <property name="expand">False</property> @@ -231,14 +307,14 @@                  <child>                    <object class="GtkAlignment" id="alignment4">                      <property name="visible">True</property> +                    <property name="can_focus">False</property>                      <property name="left_padding">12</property>                      <child> -                      <object class="GtkTable" id="table3"> +                      <object class="GtkGrid" id="table3">                          <property name="visible">True</property> -                        <property name="n_rows">3</property> -                        <property name="n_columns">2</property> -                        <property name="column_spacing">12</property> +                        <property name="can_focus">False</property>                          <property name="row_spacing">6</property> +                        <property name="column_spacing">12</property>                          <child>                            <object class="GtkCheckButton" id="enable_obexpush_check">                              <property name="label" translatable="yes">Receive files in _Downloads folder over Bluetooth</property> @@ -249,35 +325,34 @@                              <property name="draw_indicator">True</property>                            </object>                            <packing> -                            <property name="right_attach">2</property> -                            <property name="y_options"></property> +                            <property name="left_attach">0</property> +                            <property name="top_attach">0</property> +                            <property name="width">2</property>                            </packing>                          </child>                          <child>                            <object class="GtkComboBox" id="accept_obexpush_combo">                              <property name="visible">True</property> +                            <property name="can_focus">False</property> +                            <property name="hexpand">True</property>                            </object>                            <packing>                              <property name="left_attach">1</property> -                            <property name="right_attach">2</property>                              <property name="top_attach">1</property> -                            <property name="bottom_attach">2</property> -                            <property name="y_options">GTK_FILL</property>                            </packing>                          </child>                          <child>                            <object class="GtkLabel" id="label9">                              <property name="visible">True</property> -                            <property name="xalign">0</property> +                            <property name="can_focus">False</property>                              <property name="label" translatable="yes">_Accept files: </property>                              <property name="use_underline">True</property>                              <property name="mnemonic_widget">accept_obexpush_combo</property> +                            <property name="xalign">0</property>                            </object>                            <packing> +                            <property name="left_attach">0</property>                              <property name="top_attach">1</property> -                            <property name="bottom_attach">2</property> -                            <property name="x_options">GTK_FILL</property> -                            <property name="y_options"></property>                            </packing>                          </child>                          <child> @@ -290,67 +365,32 @@                              <property name="draw_indicator">True</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"></property> +                            <property name="width">2</property>                            </packing>                          </child>                        </object>                      </child>                    </object>                    <packing> +                    <property name="expand">False</property> +                    <property name="fill">True</property>                      <property name="position">1</property>                    </packing>                  </child>                </object>                <packing>                  <property name="expand">False</property> +                <property name="fill">True</property>                  <property name="position">2</property>                </packing>              </child>            </object>            <packing> -            <property name="position">1</property> -          </packing> -        </child> -        <child internal-child="action_area"> -          <object class="GtkHButtonBox" id="dialog-action_area1"> -            <property name="visible">True</property> -            <property name="layout_style">end</property> -            <child> -              <object class="GtkButton" id="close_button"> -                <property name="label">gtk-close</property> -                <property name="visible">True</property> -                <property name="can_focus">True</property> -                <property name="can_default">True</property> -                <property name="receives_default">False</property> -                <property name="use_stock">True</property> -              </object> -              <packing> -                <property name="position">0</property> -              </packing> -            </child> -            <child> -              <object class="GtkButton" id="help_button"> -                <property name="label">gtk-help</property> -                <property name="visible">True</property> -                <property name="can_focus">True</property> -                <property name="receives_default">True</property> -                <property name="use_stock">True</property> -              </object> -              <packing> -                <property name="pack_type">end</property> -                <property name="position">1</property> -                <property name="secondary">True</property> -              </packing> -            </child> -          </object> -          <packing>              <property name="expand">False</property> -            <property name="pack_type">end</property> -            <property name="position">0</property> +            <property name="fill">True</property> +            <property name="position">1</property>            </packing>          </child>        </object> | 
