summaryrefslogtreecommitdiffstats
path: root/panels/network/connection-editor/vpn-page.ui
blob: 98f801ba74f260a08a064f9898c694858a4f4dc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <!-- interface-requires gtk+ 3.0 -->
  <template class="CEPageVpn" parent="GtkBox">
    <property name="margin_start">50</property>
    <property name="margin_end">50</property>
    <property name="margin_top">12</property>
    <property name="margin_bottom">12</property>
    <property name="orientation">vertical</property>
    <property name="spacing">10</property>
    <child>
      <object class="GtkBox">
        <property name="spacing">6</property>
        <child>
          <object class="GtkLabel">
            <property name="xalign">1</property>
            <property name="label" translatable="yes">_Name</property>
            <property name="use_underline">True</property>
            <property name="mnemonic_widget">name_entry</property>
          </object>
        </child>
        <child>
          <object class="GtkEntry" id="name_entry">
            <property name="hexpand">True</property>
            <property name="invisible_char">●</property>
            <property name="invisible_char_set">True</property>
          </object>
        </child>
      </object>
    </child>
    <child>
      <object class="GtkLabel" id="failure_label">
        <property name="xalign">0</property>
        <property name="label" translatable="yes">(Error: unable to load VPN connection editor)</property>
        <attributes>
          <attribute name="style" value="italic"/>
        </attributes>
      </object>
    </child>
  </template>
</interface>