Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288371 | Differences between
and this patch

Collapse All | Expand All

(-)a/stickynotes/stickynotes.glade (-188 / +211 lines)
Lines 54-165 Link Here
54
                        <property name="column_spacing">12</property>
54
                        <property name="column_spacing">12</property>
55
                        <property name="row_spacing">6</property>
55
                        <property name="row_spacing">6</property>
56
                        <child>
56
                        <child>
57
                          <widget class="GtkFontButton" id="default_font">
57
                          <widget class="GtkLabel" id="width_label">
58
                            <property name="visible">True</property>
58
                            <property name="visible">True</property>
59
                            <property name="can_focus">True</property>
59
                            <property name="xalign">0</property>
60
                            <property name="tooltip" translatable="yes">Choose a font to use for all sticky notes</property>
60
                            <property name="label" translatable="yes">_Width:</property>
61
                            <property name="response_id">0</property>
61
                            <property name="use_underline">True</property>
62
                            <property name="title" translatable="yes">Pick a default sticky note font</property>
62
                            <property name="mnemonic_widget">width_spin</property>
63
                          </widget>
63
                          </widget>
64
                          <packing>
64
                          <packing>
65
                            <property name="left_attach">1</property>
66
                            <property name="right_attach">2</property>
67
                            <property name="top_attach">6</property>
68
                            <property name="bottom_attach">7</property>
69
                            <property name="x_options">GTK_FILL</property>
65
                            <property name="x_options">GTK_FILL</property>
70
                            <property name="y_options"></property>
66
                            <property name="y_options"></property>
71
                          </packing>
67
                          </packing>
72
                        </child>
68
                        </child>
73
                        <child>
69
                        <child>
74
                          <widget class="GtkAlignment" id="alignment5">
70
                          <widget class="GtkLabel" id="height_label">
75
                            <property name="visible">True</property>
71
                            <property name="visible">True</property>
76
                            <property name="left_padding">16</property>
72
                            <property name="xalign">0</property>
77
                            <child>
73
                            <property name="label" translatable="yes">H_eight:</property>
78
                              <widget class="GtkLabel" id="font_label">
74
                            <property name="use_underline">True</property>
79
                                <property name="visible">True</property>
75
                            <property name="mnemonic_widget">height_spin</property>
80
                                <property name="xalign">0</property>
81
                                <property name="label" translatable="yes">_Font:</property>
82
                                <property name="use_underline">True</property>
83
                                <property name="mnemonic_widget">default_font</property>
84
                              </widget>
85
                            </child>
86
                          </widget>
76
                          </widget>
87
                          <packing>
77
                          <packing>
88
                            <property name="top_attach">6</property>
78
                            <property name="top_attach">1</property>
89
                            <property name="bottom_attach">7</property>
79
                            <property name="bottom_attach">2</property>
90
                            <property name="x_options">GTK_FILL</property>
80
                            <property name="x_options">GTK_FILL</property>
81
                            <property name="y_options"></property>
91
                          </packing>
82
                          </packing>
92
                        </child>
83
                        </child>
93
                        <child>
84
                        <child>
94
                          <widget class="GtkCheckButton" id="sys_font_check">
85
                          <widget class="GtkSpinButton" id="width_spin">
95
                            <property name="visible">True</property>
86
                            <property name="visible">True</property>
96
                            <property name="can_focus">True</property>
87
                            <property name="can_focus">True</property>
97
                            <property name="label" translatable="yes">Use fo_nt from the system theme</property>
88
                            <property name="tooltip" translatable="yes">Specify the default width (in pixels) of new notes</property>
98
                            <property name="use_underline">True</property>
89
                            <property name="adjustment">1 1 500 10 100 0</property>
99
                            <property name="response_id">0</property>
90
                            <property name="climb_rate">1</property>
100
                            <property name="draw_indicator">True</property>
91
                            <property name="numeric">True</property>
101
                          </widget>
92
                          </widget>
102
                          <packing>
93
                          <packing>
94
                            <property name="left_attach">1</property>
103
                            <property name="right_attach">2</property>
95
                            <property name="right_attach">2</property>
104
                            <property name="top_attach">5</property>
105
                            <property name="bottom_attach">6</property>
106
                            <property name="x_options">GTK_FILL</property>
107
                            <property name="y_options"></property>
96
                            <property name="y_options"></property>
108
                          </packing>
97
                          </packing>
109
                        </child>
98
                        </child>
110
                        <child>
99
                        <child>
111
                          <widget class="GtkAlignment" id="alignment6">
100
                          <widget class="GtkSpinButton" id="height_spin">
112
                            <property name="visible">True</property>
113
                            <property name="left_padding">16</property>
114
                            <child>
115
                              <widget class="GtkLabel" id="color_label">
116
                                <property name="visible">True</property>
117
                                <property name="xalign">0</property>
118
                                <property name="label" translatable="yes">Note C_olor:</property>
119
                                <property name="use_underline">True</property>
120
                                <property name="mnemonic_widget">default_color</property>
121
                              </widget>
122
                            </child>
123
                          </widget>
124
                          <packing>
125
                            <property name="top_attach">4</property>
126
                            <property name="bottom_attach">5</property>
127
                            <property name="x_options">GTK_FILL</property>
128
                            <property name="y_options">GTK_FILL</property>
129
                          </packing>
130
                        </child>
131
                        <child>
132
                          <widget class="GtkAlignment" id="alignment7">
133
                            <property name="visible">True</property>
101
                            <property name="visible">True</property>
134
                            <property name="left_padding">16</property>
102
                            <property name="can_focus">True</property>
135
                            <child>
103
                            <property name="tooltip" translatable="yes">Specify the default height (in pixels) of new notes</property>
136
                              <widget class="GtkLabel" id="font_color_label">
104
                            <property name="adjustment">1 1 500 10 100 0</property>
137
                                <property name="visible">True</property>
105
                            <property name="climb_rate">1</property>
138
                                <property name="xalign">0</property>
106
                            <property name="numeric">True</property>
139
                                <property name="label" translatable="yes">Font Co_lor:</property>
140
                                <property name="use_underline">True</property>
141
                                <property name="mnemonic_widget">font_color</property>
142
                              </widget>
143
                            </child>
144
                          </widget>
107
                          </widget>
145
                          <packing>
108
                          <packing>
146
                            <property name="top_attach">3</property>
109
                            <property name="left_attach">1</property>
147
                            <property name="bottom_attach">4</property>
110
                            <property name="right_attach">2</property>
148
                            <property name="x_options">GTK_FILL</property>
111
                            <property name="top_attach">1</property>
149
                            <property name="y_options">GTK_FILL</property>
112
                            <property name="bottom_attach">2</property>
113
                            <property name="y_options"></property>
150
                          </packing>
114
                          </packing>
151
                        </child>
115
                        </child>
152
                        <child>
116
                        <child>
153
                          <widget class="GtkColorButton" id="font_color">
117
                          <widget class="GtkCheckButton" id="sys_color_check">
154
                            <property name="visible">True</property>
118
                            <property name="visible">True</property>
155
                            <property name="can_focus">True</property>
119
                            <property name="can_focus">True</property>
120
                            <property name="label" translatable="yes">Use co_lor from the system theme</property>
121
                            <property name="use_underline">True</property>
156
                            <property name="response_id">0</property>
122
                            <property name="response_id">0</property>
123
                            <property name="draw_indicator">True</property>
157
                          </widget>
124
                          </widget>
158
                          <packing>
125
                          <packing>
159
                            <property name="left_attach">1</property>
160
                            <property name="right_attach">2</property>
126
                            <property name="right_attach">2</property>
161
                            <property name="top_attach">3</property>
127
                            <property name="top_attach">2</property>
162
                            <property name="bottom_attach">4</property>
128
                            <property name="bottom_attach">3</property>
163
                            <property name="x_options">GTK_FILL</property>
129
                            <property name="x_options">GTK_FILL</property>
164
                            <property name="y_options"></property>
130
                            <property name="y_options"></property>
165
                          </packing>
131
                          </packing>
Lines 181-258 Link Here
181
                          </packing>
147
                          </packing>
182
                        </child>
148
                        </child>
183
                        <child>
149
                        <child>
184
                          <widget class="GtkCheckButton" id="sys_color_check">
150
                          <widget class="GtkColorButton" id="font_color">
185
                            <property name="visible">True</property>
151
                            <property name="visible">True</property>
186
                            <property name="can_focus">True</property>
152
                            <property name="can_focus">True</property>
187
                            <property name="label" translatable="yes">Use co_lor from the system theme</property>
188
                            <property name="use_underline">True</property>
189
                            <property name="response_id">0</property>
153
                            <property name="response_id">0</property>
190
                            <property name="draw_indicator">True</property>
191
                          </widget>
154
                          </widget>
192
                          <packing>
155
                          <packing>
156
                            <property name="left_attach">1</property>
193
                            <property name="right_attach">2</property>
157
                            <property name="right_attach">2</property>
194
                            <property name="top_attach">2</property>
158
                            <property name="top_attach">3</property>
195
                            <property name="bottom_attach">3</property>
159
                            <property name="bottom_attach">4</property>
196
                            <property name="x_options">GTK_FILL</property>
160
                            <property name="x_options">GTK_FILL</property>
197
                            <property name="y_options"></property>
161
                            <property name="y_options"></property>
198
                          </packing>
162
                          </packing>
199
                        </child>
163
                        </child>
200
                        <child>
164
                        <child>
201
                          <widget class="GtkSpinButton" id="height_spin">
165
                          <widget class="GtkAlignment" id="alignment7">
202
                            <property name="visible">True</property>
166
                            <property name="visible">True</property>
203
                            <property name="can_focus">True</property>
167
                            <property name="left_padding">16</property>
204
                            <property name="tooltip" translatable="yes">Specify the default height (in pixels) of new notes</property>
168
                            <child>
205
                            <property name="adjustment">1 1 500 10 100 0</property>
169
                              <widget class="GtkLabel" id="font_color_label">
206
                            <property name="climb_rate">1</property>
170
                                <property name="visible">True</property>
207
                            <property name="numeric">True</property>
171
                                <property name="xalign">0</property>
172
                                <property name="label" translatable="yes">Font Co_lor:</property>
173
                                <property name="use_underline">True</property>
174
                                <property name="mnemonic_widget">font_color</property>
175
                              </widget>
176
                            </child>
208
                          </widget>
177
                          </widget>
209
                          <packing>
178
                          <packing>
210
                            <property name="left_attach">1</property>
179
                            <property name="top_attach">3</property>
211
                            <property name="right_attach">2</property>
180
                            <property name="bottom_attach">4</property>
212
                            <property name="top_attach">1</property>
181
                            <property name="x_options">GTK_FILL</property>
213
                            <property name="bottom_attach">2</property>
182
                            <property name="y_options">GTK_FILL</property>
214
                            <property name="y_options"></property>
215
                          </packing>
183
                          </packing>
216
                        </child>
184
                        </child>
217
                        <child>
185
                        <child>
218
                          <widget class="GtkSpinButton" id="width_spin">
186
                          <widget class="GtkAlignment" id="alignment6">
187
                            <property name="visible">True</property>
188
                            <property name="left_padding">16</property>
189
                            <child>
190
                              <widget class="GtkLabel" id="color_label">
191
                                <property name="visible">True</property>
192
                                <property name="xalign">0</property>
193
                                <property name="label" translatable="yes">Note C_olor:</property>
194
                                <property name="use_underline">True</property>
195
                                <property name="mnemonic_widget">default_color</property>
196
                              </widget>
197
                            </child>
198
                          </widget>
199
                          <packing>
200
                            <property name="top_attach">4</property>
201
                            <property name="bottom_attach">5</property>
202
                            <property name="x_options">GTK_FILL</property>
203
                            <property name="y_options">GTK_FILL</property>
204
                          </packing>
205
                        </child>
206
                        <child>
207
                          <widget class="GtkCheckButton" id="sys_font_check">
219
                            <property name="visible">True</property>
208
                            <property name="visible">True</property>
220
                            <property name="can_focus">True</property>
209
                            <property name="can_focus">True</property>
221
                            <property name="tooltip" translatable="yes">Specify the default width (in pixels) of new notes</property>
210
                            <property name="label" translatable="yes">Use fo_nt from the system theme</property>
222
                            <property name="adjustment">1 1 500 10 100 0</property>
211
                            <property name="use_underline">True</property>
223
                            <property name="climb_rate">1</property>
212
                            <property name="response_id">0</property>
224
                            <property name="numeric">True</property>
213
                            <property name="draw_indicator">True</property>
225
                          </widget>
214
                          </widget>
226
                          <packing>
215
                          <packing>
227
                            <property name="left_attach">1</property>
228
                            <property name="right_attach">2</property>
216
                            <property name="right_attach">2</property>
217
                            <property name="top_attach">5</property>
218
                            <property name="bottom_attach">6</property>
219
                            <property name="x_options">GTK_FILL</property>
229
                            <property name="y_options"></property>
220
                            <property name="y_options"></property>
230
                          </packing>
221
                          </packing>
231
                        </child>
222
                        </child>
232
                        <child>
223
                        <child>
233
                          <widget class="GtkLabel" id="height_label">
224
                          <widget class="GtkAlignment" id="alignment5">
234
                            <property name="visible">True</property>
225
                            <property name="visible">True</property>
235
                            <property name="xalign">0</property>
226
                            <property name="left_padding">16</property>
236
                            <property name="label" translatable="yes">H_eight:</property>
227
                            <child>
237
                            <property name="use_underline">True</property>
228
                              <widget class="GtkLabel" id="font_label">
238
                            <property name="mnemonic_widget">height_spin</property>
229
                                <property name="visible">True</property>
230
                                <property name="xalign">0</property>
231
                                <property name="label" translatable="yes">_Font:</property>
232
                                <property name="use_underline">True</property>
233
                                <property name="mnemonic_widget">default_font</property>
234
                              </widget>
235
                            </child>
239
                          </widget>
236
                          </widget>
240
                          <packing>
237
                          <packing>
241
                            <property name="top_attach">1</property>
238
                            <property name="top_attach">6</property>
242
                            <property name="bottom_attach">2</property>
239
                            <property name="bottom_attach">7</property>
243
                            <property name="x_options">GTK_FILL</property>
240
                            <property name="x_options">GTK_FILL</property>
244
                            <property name="y_options"></property>
245
                          </packing>
241
                          </packing>
246
                        </child>
242
                        </child>
247
                        <child>
243
                        <child>
248
                          <widget class="GtkLabel" id="width_label">
244
                          <widget class="GtkFontButton" id="default_font">
249
                            <property name="visible">True</property>
245
                            <property name="visible">True</property>
250
                            <property name="xalign">0</property>
246
                            <property name="can_focus">True</property>
251
                            <property name="label" translatable="yes">_Width:</property>
247
                            <property name="tooltip" translatable="yes">Choose a font to use for all sticky notes</property>
252
                            <property name="use_underline">True</property>
248
                            <property name="response_id">0</property>
253
                            <property name="mnemonic_widget">width_spin</property>
249
                            <property name="title" translatable="yes">Pick a default sticky note font</property>
254
                          </widget>
250
                          </widget>
255
                          <packing>
251
                          <packing>
252
                            <property name="left_attach">1</property>
253
                            <property name="right_attach">2</property>
254
                            <property name="top_attach">6</property>
255
                            <property name="bottom_attach">7</property>
256
                            <property name="x_options">GTK_FILL</property>
256
                            <property name="x_options">GTK_FILL</property>
257
                            <property name="y_options"></property>
257
                            <property name="y_options"></property>
258
                          </packing>
258
                          </packing>
Lines 316-351 Link Here
316
                          <placeholder/>
316
                          <placeholder/>
317
                        </child>
317
                        </child>
318
                        <child>
318
                        <child>
319
                          <widget class="GtkCheckButton" id="force_default_check">
319
                          <widget class="GtkCheckButton" id="sticky_check">
320
                            <property name="visible">True</property>
320
                            <property name="visible">True</property>
321
                            <property name="can_focus">True</property>
321
                            <property name="can_focus">True</property>
322
                            <property name="tooltip" translatable="yes">Choose if the default style is forced on all notes</property>
322
                            <property name="tooltip" translatable="yes">Choose if notes are visible on all workspaces</property>
323
                            <property name="label" translatable="yes">Force _default color and font on notes</property>
323
                            <property name="label" translatable="yes">_Put notes on all workspaces</property>
324
                            <property name="use_underline">True</property>
324
                            <property name="use_underline">True</property>
325
                            <property name="response_id">0</property>
325
                            <property name="response_id">0</property>
326
                            <property name="draw_indicator">True</property>
326
                            <property name="draw_indicator">True</property>
327
                          </widget>
327
                          </widget>
328
                          <packing>
328
                          <packing>
329
                            <property name="right_attach">2</property>
329
                            <property name="right_attach">2</property>
330
                            <property name="top_attach">2</property>
330
                            <property name="top_attach">1</property>
331
                            <property name="bottom_attach">3</property>
331
                            <property name="bottom_attach">2</property>
332
                            <property name="y_options"></property>
332
                            <property name="y_options"></property>
333
                          </packing>
333
                          </packing>
334
                        </child>
334
                        </child>
335
                        <child>
335
                        <child>
336
                          <widget class="GtkCheckButton" id="sticky_check">
336
                          <widget class="GtkCheckButton" id="force_default_check">
337
                            <property name="visible">True</property>
337
                            <property name="visible">True</property>
338
                            <property name="can_focus">True</property>
338
                            <property name="can_focus">True</property>
339
                            <property name="tooltip" translatable="yes">Choose if notes are visible on all workspaces</property>
339
                            <property name="tooltip" translatable="yes">Choose if the default style is forced on all notes</property>
340
                            <property name="label" translatable="yes">_Put notes on all workspaces</property>
340
                            <property name="label" translatable="yes">Force _default color and font on notes</property>
341
                            <property name="use_underline">True</property>
341
                            <property name="use_underline">True</property>
342
                            <property name="response_id">0</property>
342
                            <property name="response_id">0</property>
343
                            <property name="draw_indicator">True</property>
343
                            <property name="draw_indicator">True</property>
344
                          </widget>
344
                          </widget>
345
                          <packing>
345
                          <packing>
346
                            <property name="right_attach">2</property>
346
                            <property name="right_attach">2</property>
347
                            <property name="top_attach">1</property>
347
                            <property name="top_attach">2</property>
348
                            <property name="bottom_attach">2</property>
348
                            <property name="bottom_attach">3</property>
349
                            <property name="y_options"></property>
349
                            <property name="y_options"></property>
350
                          </packing>
350
                          </packing>
351
                        </child>
351
                        </child>
Lines 386-391 Link Here
386
                <property name="use_stock">True</property>
386
                <property name="use_stock">True</property>
387
                <property name="response_id">-11</property>
387
                <property name="response_id">-11</property>
388
              </widget>
388
              </widget>
389
              <packing>
390
                <property name="expand">False</property>
391
                <property name="fill">False</property>
392
              </packing>
389
            </child>
393
            </child>
390
            <child>
394
            <child>
391
              <widget class="GtkButton" id="closebutton1">
395
              <widget class="GtkButton" id="closebutton1">
Lines 397-402 Link Here
397
                <property name="response_id">-7</property>
401
                <property name="response_id">-7</property>
398
              </widget>
402
              </widget>
399
              <packing>
403
              <packing>
404
                <property name="expand">False</property>
405
                <property name="fill">False</property>
400
                <property name="position">1</property>
406
                <property name="position">1</property>
401
              </packing>
407
              </packing>
402
            </child>
408
            </child>
Lines 467-472 This cannot be undone.</property> Link Here
467
                <property name="use_stock">True</property>
473
                <property name="use_stock">True</property>
468
                <property name="response_id">-6</property>
474
                <property name="response_id">-6</property>
469
              </widget>
475
              </widget>
476
              <packing>
477
                <property name="expand">False</property>
478
                <property name="fill">False</property>
479
              </packing>
470
            </child>
480
            </child>
471
            <child>
481
            <child>
472
              <widget class="GtkButton" id="button2">
482
              <widget class="GtkButton" id="button2">
Lines 478-483 This cannot be undone.</property> Link Here
478
                <property name="response_id">-5</property>
488
                <property name="response_id">-5</property>
479
              </widget>
489
              </widget>
480
              <packing>
490
              <packing>
491
                <property name="expand">False</property>
492
                <property name="fill">False</property>
481
                <property name="position">1</property>
493
                <property name="position">1</property>
482
              </packing>
494
              </packing>
483
            </child>
495
            </child>
Lines 551-556 This cannot be undone.</property> Link Here
551
                <property name="use_stock">True</property>
563
                <property name="use_stock">True</property>
552
                <property name="response_id">-6</property>
564
                <property name="response_id">-6</property>
553
              </widget>
565
              </widget>
566
              <packing>
567
                <property name="expand">False</property>
568
                <property name="fill">False</property>
569
              </packing>
554
            </child>
570
            </child>
555
            <child>
571
            <child>
556
              <widget class="GtkButton" id="button4">
572
              <widget class="GtkButton" id="button4">
Lines 595-600 This cannot be undone.</property> Link Here
595
                </child>
611
                </child>
596
              </widget>
612
              </widget>
597
              <packing>
613
              <packing>
614
                <property name="expand">False</property>
615
                <property name="fill">False</property>
598
                <property name="position">1</property>
616
                <property name="position">1</property>
599
              </packing>
617
              </packing>
600
            </child>
618
            </child>
Lines 838-935 This cannot be undone.</property> Link Here
838
                        <property name="column_spacing">12</property>
856
                        <property name="column_spacing">12</property>
839
                        <property name="row_spacing">6</property>
857
                        <property name="row_spacing">6</property>
840
                        <child>
858
                        <child>
841
                          <widget class="GtkFontButton" id="note_font">
859
                          <widget class="GtkLabel" id="label33">
842
                            <property name="visible">True</property>
860
                            <property name="visible">True</property>
843
                            <property name="can_focus">True</property>
861
                            <property name="xalign">0</property>
844
                            <property name="tooltip" translatable="yes">Choose a font for the note</property>
862
                            <property name="label" translatable="yes">_Title:</property>
845
                            <property name="response_id">0</property>
863
                            <property name="use_underline">True</property>
846
                            <property name="title" translatable="yes">Pick a font for the sticky note</property>
864
                            <property name="mnemonic_widget">title_entry</property>
847
                          </widget>
865
                          </widget>
848
                          <packing>
866
                          <packing>
849
                            <property name="left_attach">1</property>
850
                            <property name="right_attach">2</property>
851
                            <property name="top_attach">5</property>
852
                            <property name="bottom_attach">6</property>
853
                            <property name="x_options">GTK_FILL</property>
867
                            <property name="x_options">GTK_FILL</property>
854
                            <property name="y_options"></property>
868
                            <property name="y_options"></property>
855
                          </packing>
869
                          </packing>
856
                        </child>
870
                        </child>
857
                        <child>
871
                        <child>
858
                          <widget class="GtkAlignment" id="alignment2">
872
                          <widget class="GtkEntry" id="title_entry">
859
                            <property name="visible">True</property>
860
                            <property name="left_padding">16</property>
861
                            <child>
862
                              <widget class="GtkLabel" id="font_label">
863
                                <property name="visible">True</property>
864
                                <property name="xalign">0</property>
865
                                <property name="label" translatable="yes">_Font:</property>
866
                                <property name="use_underline">True</property>
867
                                <property name="mnemonic_widget">note_color</property>
868
                              </widget>
869
                            </child>
870
                          </widget>
871
                          <packing>
872
                            <property name="top_attach">5</property>
873
                            <property name="bottom_attach">6</property>
874
                            <property name="x_options">GTK_FILL</property>
875
                          </packing>
876
                        </child>
877
                        <child>
878
                          <widget class="GtkCheckButton" id="def_font_check">
879
                            <property name="visible">True</property>
873
                            <property name="visible">True</property>
880
                            <property name="can_focus">True</property>
874
                            <property name="can_focus">True</property>
881
                            <property name="label" translatable="yes">Use default fo_nt</property>
875
                            <property name="tooltip" translatable="yes">Specify a title for the note</property>
882
                            <property name="use_underline">True</property>
883
                            <property name="response_id">0</property>
884
                            <property name="draw_indicator">True</property>
885
                          </widget>
876
                          </widget>
886
                          <packing>
877
                          <packing>
878
                            <property name="left_attach">1</property>
887
                            <property name="right_attach">2</property>
879
                            <property name="right_attach">2</property>
888
                            <property name="top_attach">4</property>
889
                            <property name="bottom_attach">5</property>
890
                            <property name="x_options">GTK_FILL</property>
891
                            <property name="y_options"></property>
880
                            <property name="y_options"></property>
892
                          </packing>
881
                          </packing>
893
                        </child>
882
                        </child>
894
                        <child>
883
                        <child>
895
                          <widget class="GtkColorButton" id="note_color">
884
                          <widget class="GtkCheckButton" id="def_color_check">
896
                            <property name="visible">True</property>
885
                            <property name="visible">True</property>
897
                            <property name="can_focus">True</property>
886
                            <property name="can_focus">True</property>
898
                            <property name="tooltip" translatable="yes">Choose a color for the note</property>
887
                            <property name="label" translatable="yes">Use default co_lor</property>
888
                            <property name="use_underline">True</property>
899
                            <property name="response_id">0</property>
889
                            <property name="response_id">0</property>
900
                            <property name="title" translatable="yes">Pick a color for the sticky note</property>
890
                            <property name="draw_indicator">True</property>
901
                          </widget>
891
                          </widget>
902
                          <packing>
892
                          <packing>
903
                            <property name="left_attach">1</property>
904
                            <property name="right_attach">2</property>
893
                            <property name="right_attach">2</property>
905
                            <property name="top_attach">3</property>
894
                            <property name="top_attach">1</property>
906
                            <property name="bottom_attach">4</property>
895
                            <property name="bottom_attach">2</property>
907
                            <property name="x_options">GTK_FILL</property>
908
                            <property name="y_options"></property>
896
                            <property name="y_options"></property>
909
                          </packing>
897
                          </packing>
910
                        </child>
898
                        </child>
911
                        <child>
899
                        <child>
912
                          <widget class="GtkAlignment" id="alignment3">
900
                          <widget class="GtkAlignment" id="alignment4">
913
                            <property name="visible">True</property>
901
                            <property name="visible">True</property>
914
                            <property name="left_padding">16</property>
902
                            <property name="left_padding">16</property>
915
                            <child>
903
                            <child>
916
                              <widget class="GtkLabel" id="color_label">
904
                              <widget class="GtkLabel" id="font_color_label1">
917
                                <property name="visible">True</property>
905
                                <property name="visible">True</property>
918
                                <property name="xalign">0</property>
906
                                <property name="xalign">0</property>
919
                                <property name="label" translatable="yes">Note _Color:</property>
907
                                <property name="label" translatable="yes">Font C_olor:</property>
920
                                <property name="use_underline">True</property>
908
                                <property name="use_underline">True</property>
921
                                <property name="mnemonic_widget">note_color</property>
909
                                <property name="mnemonic_widget">font_color</property>
922
                              </widget>
910
                              </widget>
923
                            </child>
911
                            </child>
924
                          </widget>
912
                          </widget>
925
                          <packing>
913
                          <packing>
926
                            <property name="top_attach">3</property>
914
                            <property name="top_attach">2</property>
927
                            <property name="bottom_attach">4</property>
915
                            <property name="bottom_attach">3</property>
928
                            <property name="x_options">GTK_FILL</property>
916
                            <property name="x_options">GTK_FILL</property>
929
                          </packing>
917
                          </packing>
930
                        </child>
918
                        </child>
931
                        <child>
919
                        <child>
932
                          <widget class="GtkColorButton" id="font_color">
920
                          <widget class="GtkColorButton" id="font_color1">
933
                            <property name="visible">True</property>
921
                            <property name="visible">True</property>
934
                            <property name="can_focus">True</property>
922
                            <property name="can_focus">True</property>
935
                            <property name="response_id">0</property>
923
                            <property name="response_id">0</property>
Lines 944-1006 This cannot be undone.</property> Link Here
944
                          </packing>
932
                          </packing>
945
                        </child>
933
                        </child>
946
                        <child>
934
                        <child>
947
                          <widget class="GtkAlignment" id="alignment4">
935
                          <widget class="GtkAlignment" id="alignment3">
948
                            <property name="visible">True</property>
936
                            <property name="visible">True</property>
949
                            <property name="left_padding">16</property>
937
                            <property name="left_padding">16</property>
950
                            <child>
938
                            <child>
951
                              <widget class="GtkLabel" id="font_color_label">
939
                              <widget class="GtkLabel" id="color_label1">
952
                                <property name="visible">True</property>
940
                                <property name="visible">True</property>
953
                                <property name="xalign">0</property>
941
                                <property name="xalign">0</property>
954
                                <property name="label" translatable="yes">Font C_olor:</property>
942
                                <property name="label" translatable="yes">Note _Color:</property>
955
                                <property name="use_underline">True</property>
943
                                <property name="use_underline">True</property>
956
                                <property name="mnemonic_widget">font_color</property>
944
                                <property name="mnemonic_widget">note_color</property>
957
                              </widget>
945
                              </widget>
958
                            </child>
946
                            </child>
959
                          </widget>
947
                          </widget>
960
                          <packing>
948
                          <packing>
961
                            <property name="top_attach">2</property>
949
                            <property name="top_attach">3</property>
962
                            <property name="bottom_attach">3</property>
950
                            <property name="bottom_attach">4</property>
963
                            <property name="x_options">GTK_FILL</property>
951
                            <property name="x_options">GTK_FILL</property>
964
                          </packing>
952
                          </packing>
965
                        </child>
953
                        </child>
966
                        <child>
954
                        <child>
967
                          <widget class="GtkCheckButton" id="def_color_check">
955
                          <widget class="GtkColorButton" id="note_color">
968
                            <property name="visible">True</property>
956
                            <property name="visible">True</property>
969
                            <property name="can_focus">True</property>
957
                            <property name="can_focus">True</property>
970
                            <property name="label" translatable="yes">Use default co_lor</property>
958
                            <property name="tooltip" translatable="yes">Choose a color for the note</property>
971
                            <property name="use_underline">True</property>
972
                            <property name="response_id">0</property>
959
                            <property name="response_id">0</property>
973
                            <property name="draw_indicator">True</property>
960
                            <property name="title" translatable="yes">Pick a color for the sticky note</property>
974
                          </widget>
961
                          </widget>
975
                          <packing>
962
                          <packing>
963
                            <property name="left_attach">1</property>
976
                            <property name="right_attach">2</property>
964
                            <property name="right_attach">2</property>
977
                            <property name="top_attach">1</property>
965
                            <property name="top_attach">3</property>
978
                            <property name="bottom_attach">2</property>
966
                            <property name="bottom_attach">4</property>
967
                            <property name="x_options">GTK_FILL</property>
979
                            <property name="y_options"></property>
968
                            <property name="y_options"></property>
980
                          </packing>
969
                          </packing>
981
                        </child>
970
                        </child>
982
                        <child>
971
                        <child>
983
                          <widget class="GtkEntry" id="title_entry">
972
                          <widget class="GtkCheckButton" id="def_font_check">
984
                            <property name="visible">True</property>
973
                            <property name="visible">True</property>
985
                            <property name="can_focus">True</property>
974
                            <property name="can_focus">True</property>
986
                            <property name="tooltip" translatable="yes">Specify a title for the note</property>
975
                            <property name="label" translatable="yes">Use default fo_nt</property>
987
                            <property name="invisible_char">*</property>
976
                            <property name="use_underline">True</property>
977
                            <property name="response_id">0</property>
978
                            <property name="draw_indicator">True</property>
988
                          </widget>
979
                          </widget>
989
                          <packing>
980
                          <packing>
990
                            <property name="left_attach">1</property>
991
                            <property name="right_attach">2</property>
981
                            <property name="right_attach">2</property>
982
                            <property name="top_attach">4</property>
983
                            <property name="bottom_attach">5</property>
984
                            <property name="x_options">GTK_FILL</property>
992
                            <property name="y_options"></property>
985
                            <property name="y_options"></property>
993
                          </packing>
986
                          </packing>
994
                        </child>
987
                        </child>
995
                        <child>
988
                        <child>
996
                          <widget class="GtkLabel" id="label33">
989
                          <widget class="GtkAlignment" id="alignment2">
997
                            <property name="visible">True</property>
990
                            <property name="visible">True</property>
998
                            <property name="xalign">0</property>
991
                            <property name="left_padding">16</property>
999
                            <property name="label" translatable="yes">_Title:</property>
992
                            <child>
1000
                            <property name="use_underline">True</property>
993
                              <widget class="GtkLabel" id="font_label1">
1001
                            <property name="mnemonic_widget">title_entry</property>
994
                                <property name="visible">True</property>
995
                                <property name="xalign">0</property>
996
                                <property name="label" translatable="yes">_Font:</property>
997
                                <property name="use_underline">True</property>
998
                                <property name="mnemonic_widget">note_color</property>
999
                              </widget>
1000
                            </child>
1002
                          </widget>
1001
                          </widget>
1003
                          <packing>
1002
                          <packing>
1003
                            <property name="top_attach">5</property>
1004
                            <property name="bottom_attach">6</property>
1005
                            <property name="x_options">GTK_FILL</property>
1006
                          </packing>
1007
                        </child>
1008
                        <child>
1009
                          <widget class="GtkFontButton" id="note_font">
1010
                            <property name="visible">True</property>
1011
                            <property name="can_focus">True</property>
1012
                            <property name="tooltip" translatable="yes">Choose a font for the note</property>
1013
                            <property name="response_id">0</property>
1014
                            <property name="title" translatable="yes">Pick a font for the sticky note</property>
1015
                          </widget>
1016
                          <packing>
1017
                            <property name="left_attach">1</property>
1018
                            <property name="right_attach">2</property>
1019
                            <property name="top_attach">5</property>
1020
                            <property name="bottom_attach">6</property>
1004
                            <property name="x_options">GTK_FILL</property>
1021
                            <property name="x_options">GTK_FILL</property>
1005
                            <property name="y_options"></property>
1022
                            <property name="y_options"></property>
1006
                          </packing>
1023
                          </packing>
Lines 1041-1046 This cannot be undone.</property> Link Here
1041
                <property name="use_stock">True</property>
1058
                <property name="use_stock">True</property>
1042
                <property name="response_id">-11</property>
1059
                <property name="response_id">-11</property>
1043
              </widget>
1060
              </widget>
1061
              <packing>
1062
                <property name="expand">False</property>
1063
                <property name="fill">False</property>
1064
              </packing>
1044
            </child>
1065
            </child>
1045
            <child>
1066
            <child>
1046
              <widget class="GtkButton" id="closebutton2">
1067
              <widget class="GtkButton" id="closebutton2">
Lines 1052-1057 This cannot be undone.</property> Link Here
1052
                <property name="response_id">-7</property>
1073
                <property name="response_id">-7</property>
1053
              </widget>
1074
              </widget>
1054
              <packing>
1075
              <packing>
1076
                <property name="expand">False</property>
1077
                <property name="fill">False</property>
1055
                <property name="position">1</property>
1078
                <property name="position">1</property>
1056
              </packing>
1079
              </packing>
1057
            </child>
1080
            </child>

Return to bug 288371