~khurshid-alam/unity-control-center/libnm-port-test

« back to all changes in this revision

Viewing changes to panels/network/connection-editor/reset-page.ui

  • Committer: Khurshid Alam
  • Date: 2018-06-05 14:47:56 UTC
  • Revision ID: khurshid.alam@linuxmail.org-20180605144756-or0tftb2kddhvhq2
Update connection editor pages and wireless security from Gnome-3.26

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<interface>
3
 
  <!-- interface-requires gtk+ 3.0 -->
4
 
  <object class="GtkGrid" id="page">
5
 
    <property name="visible">True</property>
6
 
    <property name="can_focus">False</property>
7
 
    <property name="margin_start">50</property>
8
 
    <property name="margin_end">50</property>
9
 
    <property name="margin_top">12</property>
10
 
    <property name="margin_bottom">12</property>
11
 
    <property name="row_spacing">20</property>
12
 
    <property name="column_spacing">20</property>
13
 
    <child>
14
 
      <object class="GtkButton" id="button_reset">
15
 
        <property name="label" translatable="yes">_Reset</property>
16
 
        <property name="visible">True</property>
17
 
        <property name="can_focus">True</property>
18
 
        <property name="receives_default">True</property>
19
 
        <property name="valign">center</property>
20
 
        <property name="use_underline">True</property>
21
 
      </object>
22
 
      <packing>
23
 
        <property name="left_attach">0</property>
24
 
        <property name="top_attach">0</property>
25
 
        <property name="width">1</property>
26
 
        <property name="height">1</property>
27
 
      </packing>
28
 
    </child>
29
 
    <child>
30
 
      <object class="GtkButton" id="button_forget">
31
 
        <property name="label" translatable="yes">_Forget</property>
32
 
        <property name="visible">True</property>
33
 
        <property name="can_focus">True</property>
34
 
        <property name="receives_default">True</property>
35
 
        <property name="valign">center</property>
36
 
        <property name="use_underline">True</property>
37
 
      </object>
38
 
      <packing>
39
 
        <property name="left_attach">0</property>
40
 
        <property name="top_attach">1</property>
41
 
        <property name="width">1</property>
42
 
        <property name="height">1</property>
43
 
      </packing>
44
 
    </child>
45
 
    <child>
46
 
      <object class="GtkLabel" id="label_reset">
47
 
        <property name="visible">True</property>
48
 
        <property name="can_focus">False</property>
49
 
        <property name="hexpand">True</property>
50
 
        <property name="xalign">0</property>
51
 
        <property name="label" translatable="yes">Reset the settings for this network, including passwords, but remember it as a preferred network</property>
52
 
        <property name="wrap">True</property>
53
 
        <property name="max_width_chars">40</property>
54
 
        <property name="mnemonic_widget">button_reset</property>
55
 
      </object>
56
 
      <packing>
57
 
        <property name="left_attach">1</property>
58
 
        <property name="top_attach">0</property>
59
 
        <property name="width">1</property>
60
 
        <property name="height">1</property>
61
 
      </packing>
62
 
    </child>
63
 
    <child>
64
 
      <object class="GtkLabel" id="label_forget">
65
 
        <property name="visible">True</property>
66
 
        <property name="can_focus">False</property>
67
 
        <property name="hexpand">True</property>
68
 
        <property name="xalign">0</property>
69
 
        <property name="label" translatable="yes">Remove all details relating to this network and do not try to automatically connect</property>
70
 
        <property name="wrap">True</property>
71
 
        <property name="max_width_chars">30</property>
72
 
        <property name="mnemonic_widget">button_forget</property>
73
 
      </object>
74
 
      <packing>
75
 
        <property name="left_attach">1</property>
76
 
        <property name="top_attach">1</property>
77
 
        <property name="width">1</property>
78
 
        <property name="height">1</property>
79
 
      </packing>
80
 
    </child>
81
 
  </object>
82
 
</interface>