~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to SettingsCategory.ui

  • Committer: Umang Varma
  • Date: 2016-07-23 17:05:53 UTC
  • Revision ID: git-v1:2f5aad6b93c13c6e4827159975eda4642e164f7c
Updated translations; release 0.5.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!-- Generated with glade 3.18.3 -->
 
3
<interface>
 
4
  <requires lib="gtk+" version="3.0"/>
 
5
  <object class="GtkWindow" id="winCategory">
 
6
    <property name="can_focus">False</property>
 
7
    <child>
 
8
      <object class="GtkExpander" id="catExpander">
 
9
        <property name="visible">True</property>
 
10
        <property name="can_focus">True</property>
 
11
        <property name="margin_left">7</property>
 
12
        <property name="margin_right">7</property>
 
13
        <property name="margin_bottom">7</property>
 
14
        <child>
 
15
          <object class="GtkGrid" id="grid1">
 
16
            <property name="visible">True</property>
 
17
            <property name="can_focus">False</property>
 
18
            <child>
 
19
              <object class="GtkLabel" id="lBGCol">
 
20
                <property name="visible">True</property>
 
21
                <property name="can_focus">False</property>
 
22
                <property name="halign">start</property>
 
23
                <property name="label" translatable="yes">Background Color</property>
 
24
              </object>
 
25
              <packing>
 
26
                <property name="left_attach">0</property>
 
27
                <property name="top_attach">1</property>
 
28
              </packing>
 
29
            </child>
 
30
            <child>
 
31
              <object class="GtkLabel" id="lTextCol">
 
32
                <property name="visible">True</property>
 
33
                <property name="can_focus">False</property>
 
34
                <property name="halign">start</property>
 
35
                <property name="label" translatable="yes">Text Color</property>
 
36
              </object>
 
37
              <packing>
 
38
                <property name="left_attach">0</property>
 
39
                <property name="top_attach">2</property>
 
40
              </packing>
 
41
            </child>
 
42
            <child>
 
43
              <object class="GtkColorButton" id="cbBG">
 
44
                <property name="visible">True</property>
 
45
                <property name="can_focus">True</property>
 
46
                <property name="receives_default">True</property>
 
47
                <property name="halign">end</property>
 
48
                <property name="title" translatable="yes">Pick a Background Color</property>
 
49
                <signal name="color-set" handler="update_bg" swapped="no"/>
 
50
              </object>
 
51
              <packing>
 
52
                <property name="left_attach">1</property>
 
53
                <property name="top_attach">1</property>
 
54
              </packing>
 
55
            </child>
 
56
            <child>
 
57
              <object class="GtkColorButton" id="cbText">
 
58
                <property name="visible">True</property>
 
59
                <property name="can_focus">True</property>
 
60
                <property name="receives_default">True</property>
 
61
                <property name="halign">end</property>
 
62
                <property name="title" translatable="yes">Pick a Text Color</property>
 
63
                <signal name="color-set" handler="update_textcolor" swapped="no"/>
 
64
              </object>
 
65
              <packing>
 
66
                <property name="left_attach">1</property>
 
67
                <property name="top_attach">2</property>
 
68
              </packing>
 
69
            </child>
 
70
            <child>
 
71
              <object class="GtkLabel" id="lName">
 
72
                <property name="visible">True</property>
 
73
                <property name="can_focus">False</property>
 
74
                <property name="halign">start</property>
 
75
                <property name="hexpand">True</property>
 
76
                <property name="label" translatable="yes">Name</property>
 
77
              </object>
 
78
              <packing>
 
79
                <property name="left_attach">0</property>
 
80
                <property name="top_attach">0</property>
 
81
              </packing>
 
82
            </child>
 
83
            <child>
 
84
              <object class="GtkEntry" id="eName">
 
85
                <property name="visible">True</property>
 
86
                <property name="can_focus">True</property>
 
87
                <property name="invisible_char">•</property>
 
88
                <signal name="changed" handler="eName_changed" swapped="no"/>
 
89
              </object>
 
90
              <packing>
 
91
                <property name="left_attach">1</property>
 
92
                <property name="top_attach">0</property>
 
93
              </packing>
 
94
            </child>
 
95
            <child>
 
96
              <object class="GtkLabel" id="lFont">
 
97
                <property name="visible">True</property>
 
98
                <property name="can_focus">False</property>
 
99
                <property name="halign">start</property>
 
100
                <property name="label" translatable="yes">Font</property>
 
101
              </object>
 
102
              <packing>
 
103
                <property name="left_attach">0</property>
 
104
                <property name="top_attach">3</property>
 
105
              </packing>
 
106
            </child>
 
107
            <child>
 
108
              <object class="GtkFontButton" id="fbFont">
 
109
                <property name="visible">True</property>
 
110
                <property name="can_focus">True</property>
 
111
                <property name="receives_default">True</property>
 
112
                <property name="halign">end</property>
 
113
                <property name="font">Sans 12</property>
 
114
                <property name="preview_text"/>
 
115
                <property name="show_preview_entry">False</property>
 
116
                <signal name="font-set" handler="update_font" swapped="no"/>
 
117
              </object>
 
118
              <packing>
 
119
                <property name="left_attach">1</property>
 
120
                <property name="top_attach">3</property>
 
121
              </packing>
 
122
            </child>
 
123
            <child>
 
124
              <object class="GtkToolbar" id="catToolbar">
 
125
                <property name="visible">True</property>
 
126
                <property name="can_focus">False</property>
 
127
                <property name="toolbar_style">both-horiz</property>
 
128
                <property name="icon_size">2</property>
 
129
                <child>
 
130
                  <object class="GtkToolButton" id="tbMkDef">
 
131
                    <property name="visible">True</property>
 
132
                    <property name="can_focus">False</property>
 
133
                    <property name="tooltip_text" translatable="yes">Make Default Category</property>
 
134
                    <property name="is_important">True</property>
 
135
                    <property name="label" translatable="yes">Make Default</property>
 
136
                    <property name="use_underline">True</property>
 
137
                    <property name="stock_id">gtk-index</property>
 
138
                    <signal name="clicked" handler="make_default" swapped="no"/>
 
139
                  </object>
 
140
                  <packing>
 
141
                    <property name="expand">False</property>
 
142
                    <property name="homogeneous">True</property>
 
143
                  </packing>
 
144
                </child>
 
145
                <child>
 
146
                  <object class="GtkToolButton" id="tbDelete">
 
147
                    <property name="visible">True</property>
 
148
                    <property name="can_focus">False</property>
 
149
                    <property name="tooltip_text" translatable="yes">Delete</property>
 
150
                    <property name="is_important">True</property>
 
151
                    <property name="label" translatable="yes">Delete</property>
 
152
                    <property name="use_underline">True</property>
 
153
                    <property name="stock_id">gtk-delete</property>
 
154
                    <signal name="clicked" handler="delete_cat" swapped="no"/>
 
155
                  </object>
 
156
                  <packing>
 
157
                    <property name="expand">False</property>
 
158
                    <property name="homogeneous">True</property>
 
159
                  </packing>
 
160
                </child>
 
161
              </object>
 
162
              <packing>
 
163
                <property name="left_attach">0</property>
 
164
                <property name="top_attach">4</property>
 
165
                <property name="width">2</property>
 
166
              </packing>
 
167
            </child>
 
168
          </object>
 
169
        </child>
 
170
        <child type="label">
 
171
          <object class="GtkLabel" id="lExp">
 
172
            <property name="visible">True</property>
 
173
            <property name="can_focus">False</property>
 
174
            <property name="label" translatable="yes">New Category</property>
 
175
            <attributes>
 
176
              <attribute name="scale" value="1.75"/>
 
177
            </attributes>
 
178
          </object>
 
179
        </child>
 
180
      </object>
 
181
    </child>
 
182
  </object>
 
183
</interface>