~ubuntu-branches/ubuntu/precise/gnome-control-center/precise-updates

« back to all changes in this revision

Viewing changes to panels/user-accounts/data/language-chooser.ui

Tags: upstream-3.0.1.1
ImportĀ upstreamĀ versionĀ 3.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <object class="GtkDialog" id="dialog">
 
4
    <property name="height_request">400</property>
 
5
    <property name="border_width">5</property>
 
6
    <property name="modal">True</property>
 
7
    <property name="window_position">center-on-parent</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <property name="title"> </property>
 
10
    <property name="icon_name">system-users</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkBox" id="content-area">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">2</property>
 
16
        <child>
 
17
          <object class="GtkAlignment" id="alignment1">
 
18
            <property name="visible">True</property>
 
19
            <property name="top_padding">10</property>
 
20
            <property name="bottom_padding">10</property>
 
21
            <property name="left_padding">10</property>
 
22
            <property name="right_padding">10</property>
 
23
            <child>
 
24
              <object class="GtkScrolledWindow" id="scrolledwindow1">
 
25
                <property name="visible">True</property>
 
26
                <property name="can_focus">True</property>
 
27
                <property name="hscrollbar_policy">never</property>
 
28
                <property name="vscrollbar_policy">automatic</property>
 
29
                <property name="shadow_type">in</property>
 
30
                <child>
 
31
                  <object class="GtkTreeView" id="language-list">
 
32
                    <property name="visible">True</property>
 
33
                    <property name="can_focus">True</property>
 
34
                    <property name="headers_visible">False</property>
 
35
                    <property name="headers_clickable">False</property>
 
36
                  </object>
 
37
                </child>
 
38
              </object>
 
39
            </child>
 
40
          </object>
 
41
          <packing>
 
42
            <property name="position">1</property>
 
43
            <property name="expand">True</property>
 
44
            <property name="fill">True</property>
 
45
          </packing>
 
46
        </child>
 
47
        <child internal-child="action_area">
 
48
          <object class="GtkButtonBox" id="action-area">
 
49
            <property name="visible">True</property>
 
50
            <property name="layout_style">end</property>
 
51
            <child>
 
52
              <object class="GtkButton" id="cancel-button">
 
53
                <property name="label" translatable="yes">Cancel</property>
 
54
                <property name="visible">True</property>
 
55
                <property name="can_focus">True</property>
 
56
                <property name="receives_default">True</property>
 
57
              </object>
 
58
              <packing>
 
59
                <property name="expand">False</property>
 
60
                <property name="fill">False</property>
 
61
                <property name="position">0</property>
 
62
              </packing>
 
63
            </child>
 
64
            <child>
 
65
              <object class="GtkButton" id="ok-button">
 
66
                <property name="label" translatable="yes">Select</property>
 
67
                <property name="visible">True</property>
 
68
                <property name="can_focus">True</property>
 
69
                <property name="can_default">True</property>
 
70
                <property name="receives_default">True</property>
 
71
              </object>
 
72
              <packing>
 
73
                <property name="expand">False</property>
 
74
                <property name="fill">False</property>
 
75
                <property name="position">1</property>
 
76
              </packing>
 
77
            </child>
 
78
          </object>
 
79
          <packing>
 
80
            <property name="expand">False</property>
 
81
            <property name="pack_type">end</property>
 
82
            <property name="position">0</property>
 
83
          </packing>
 
84
        </child>
 
85
      </object>
 
86
    </child>
 
87
    <action-widgets>
 
88
      <action-widget response="-6">cancel-button</action-widget>
 
89
      <action-widget response="-5">ok-button</action-widget>
 
90
    </action-widgets>
 
91
  </object>
 
92
</interface>