~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to packaging/macosx/Resources/themes/Clearlooks-Quicksilver-OSX/gtk-2.0/pre_gtkrc

  • Committer: Package Import Robot
  • Author(s): Alex Valavanis
  • Date: 2014-08-19 19:10:32 UTC
  • mfrom: (1.6.5) (2.5.14 sid)
  • Revision ID: package-import@ubuntu.com-20140819191032-2eca1qihaszjk9i6
Tags: 0.48.5-2ubuntu1
* Merge with Debian Unstable (LP: #1358863). Fixes several Ubuntu bugs:
  - Illustrator CS SVG won't load: namespace URIs in entities (LP: #166371)
  - inkscape crashed with SIGSEGV in
    sp_dtw_color_profile_event() (LP: #966441)
  - inkscape crashed with SIGSEGV (LP: #1051017)
  - inkscape crashed with SIGSEGV in Inkscape::Preferences::_getNode()
    (LP: #1163241)
  - save a copy reverts to save as (LP: #529843)
  - Extension to braille not working on Xubuntu 12.10 (LP: #1090865)
* Remaining changes:
  - debian/control:
    + Set Ubuntu Developer as maintainer,
    + build-depend on dh-translation to handle Ubuntu translation,
    + demote pstoedit from Recommends to Suggests (because it's in universe),
  - debian/patches/0006_add_unity_quicklist_support.patch: add.
  - debian/patches/series: update.
  - debian/rules:
    + add dh_translation to handle Ubuntu translation
* Drop debian/patches/librevenge.patch (superseded by
    debian/patches/0006-Update_to_new_libwpg.patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# GTK theme to be used on Mac OS X, to mimic the appearance of Tiger
3
 
4
 
# Heavily based on Clearlooks-Quicksilver
5
 
# Scrollbars from OSX-theme by Lauri Taimila (lauri@taimila.com)
6
 
7
 
# (c) 2007 JiHO <jo.irisson@gmail.com>. 
8
 
# GNU General Public License http://www.gnu.org/copyleft/gpl.html
9
 
#
10
 
 
11
 
pixmap_path "${THEMEDIR}"
12
 
 
13
 
style "clearlooks-default"
14
 
{
15
 
        GtkButton               ::default_border         = { 0, 0, 0, 0 }
16
 
        GtkRange                ::trough_border          = 0
17
 
        GtkPaned                ::handle_size            = 6
18
 
        GtkRange                ::slider_width           = 15
19
 
        GtkRange                ::stepper_size           = 15
20
 
        GtkScale                ::slider-length          = 23
21
 
        GtkScale                ::trough-side-details    = 1
22
 
        GtkScrollbar            ::min_slider_length      = 30
23
 
        GtkCheckButton          ::indicator_size         = 12
24
 
        GtkMenuBar              ::internal-padding       = 0
25
 
        GtkTreeView             ::expander_size          = 14
26
 
        GtkExpander             ::expander_size          = 16
27
 
 
28
 
        xthickness = 1
29
 
        ythickness = 1
30
 
 
31
 
        fg[NORMAL]              = "#000000" # black
32
 
        fg[PRELIGHT]            = "#000000" # black
33
 
        fg[SELECTED]            = "#ffffff" # white 
34
 
        fg[ACTIVE]              = "#000000" # black
35
 
        fg[INSENSITIVE]         = {0.6, 0.6, 0.6} # dark gray
36
 
 
37
 
        bg[NORMAL]              = {0.95, 0.95, 0.95} # very light gray
38
 
        bg[PRELIGHT]            = "#ffffff" # white
39
 
        bg[SELECTED]            = OSX_MENU_COLOR_PLACEHOLDER    # menu color
40
 
        bg[INSENSITIVE]         = {0.9, 0.9, 0.9} # light gray
41
 
        bg[ACTIVE]              = {0.85, 0.85, 0.85} # gray
42
 
 
43
 
        base[NORMAL]            = "#ffffff" # white 
44
 
        base[PRELIGHT]          = OSX_MENU_COLOR_PLACEHOLDER # menu color
45
 
        base[ACTIVE]            = {0.6, 0.6, 0.6} # dark gray
46
 
        base[SELECTED]          = OSX_HILI_COLOR_PLACEHOLDER # highlight color
47
 
        base[INSENSITIVE]       = {0.9, 0.9, 0.9} # light gray
48
 
 
49
 
        text[NORMAL]            = "#000000" # black
50
 
        text[PRELIGHT]          = "#000000" # black
51
 
        text[ACTIVE]            = "#ffffff" # white
52
 
        text[SELECTED]          = "#ffffff" # white
53
 
        text[INSENSITIVE]       = {0.6, 0.6, 0.6} # dark gray
54
 
 
55
 
        engine "clearlooks" 
56
 
        {
57
 
                colorize_scrollbar       = FALSE        #TRUE
58
 
                reliefstyle              = 1
59
 
                menubarstyle             = 0            # 0 = flat, 1 = sunken, 2 = flat gradient
60
 
                toolbarstyle             = 0            # 0 = flat, 1 = enable effects
61
 
                animation                = FALSE
62
 
                radius                   = 3.0          # 3.0 = default, 0.0 = sharp corners
63
 
                style                    = GUMMY        # CLASSIC, GUMMY, GLOSSY
64
 
        }
65
 
}
66
 
        
67
 
 
68
 
style "clearlooks-wide" = "clearlooks-default"
69
 
{
70
 
        xthickness = 2
71
 
        ythickness = 2
72
 
}
73
 
 
74
 
style "clearlooks-button" = "clearlooks-default"
75
 
{
76
 
        xthickness = 3
77
 
        ythickness = 3
78
 
 
79
 
        bg[NORMAL] = "#f0f1f2" # a hint of blue...
80
 
 
81
 
        engine "clearlooks" {
82
 
                style = CLASSIC
83
 
        }
84
 
}
85
 
 
86
 
style "clearlooks-notebook" = "clearlooks-wide"
87
 
{
88
 
        bg[NORMAL] = {0.93, 0.93, 0.93}
89
 
        bg[INSENSITIVE] = {0.93, 0.93, 0.93}
90
 
}
91
 
 
92
 
style "clearlooks-tasklist" = "clearlooks-default"
93
 
{
94
 
        xthickness = 5
95
 
        ythickness = 3
96
 
}
97
 
 
98
 
style "clearlooks-menu" = "clearlooks-default"
99
 
{
100
 
        xthickness = 2
101
 
        ythickness = 1
102
 
        bg[NORMAL] = "#ffffff"
103
 
}
104
 
 
105
 
style "clearlooks-menu-item" = "clearlooks-default"
106
 
{
107
 
        xthickness = 0
108
 
        ythickness = 2
109
 
 
110
 
        fg[PRELIGHT] = "#ffffff"
111
 
        text[PRELIGHT] = "#ffffff"
112
 
        # We want PRELIGHT to be white for widgets, but coloured for the menu.
113
 
        bg[PRELIGHT]            = OSX_MENU_COLOR_PLACEHOLDER
114
 
 
115
 
        # Radius of the menu items (inside menus)
116
 
        engine "clearlooks" {
117
 
                radius = 0.0
118
 
        }
119
 
}
120
 
 
121
 
style "clearlooks-menu-itembar" = "clearlooks-default"
122
 
{
123
 
        xthickness = 3
124
 
        ythickness = 3
125
 
}
126
 
 
127
 
style "clearlooks-tree" = "clearlooks-default"
128
 
{
129
 
        xthickness = 2
130
 
        ythickness = 2
131
 
}
132
 
 
133
 
style "clearlooks-frame-title" = "clearlooks-default"
134
 
{
135
 
        fg[NORMAL] = "#404040"
136
 
}
137
 
 
138
 
style "clearlooks-tooltips" = "clearlooks-default"
139
 
{
140
 
        xthickness = 4
141
 
        ythickness = 4
142
 
        bg[NORMAL] = { 1.0,1.0,0.75 }
143
 
}
144
 
 
145
 
style "clearlooks-progressbar" = "clearlooks-default"
146
 
{
147
 
        xthickness = 1
148
 
        ythickness = 1
149
 
 
150
 
        fg[PRELIGHT]    = "#ffffff"
151
 
}
152
 
 
153
 
style "clearlooks-combo" = "clearlooks-default"
154
 
{
155
 
        xthickness = 2
156
 
        ythickness = 3
157
 
}
158
 
 
159
 
# Added pixmaps for scollbars
160
 
style "scrollbar" = "default"
161
 
{
162
 
        # The values I set here have to do with the relative size of three graphic elements
163
 
        # I have used: the slider, the arrow box, and the trough. They all have the same width
164
 
        # of 15 pixels, but gtk wants to put in some spacing between them. It seems like it
165
 
        # places the sliders inside the trough with a default 1 pixel border on either side of the slider,
166
 
        # so that the trough has its width stretched by an additional two pixels(?). Setting the
167
 
        # trough border makes the arrow box sit on top of the trough squarely, by making sure that
168
 
        # the trough stays the same width as the arrowbox(?). I could be totally wrong here.
169
 
        GtkRange::trough_border = 0
170
 
        GtkRange::slider_width = 15
171
 
 
172
 
        # This sets the size of the steppers (arrow buttons on the end of the scrollbar). 
173
 
        # The image I am using is 15x15 pixels, and if I dont set this a one pixel line 
174
 
        # gets cut off of the top of the "up" stepper.
175
 
        GtkRange::stepper_size = 15
176
 
 
177
 
        # Set a minimum length for the slider. Since I set the border on the slider 
178
 
        # image to 15 pixels on either end of the slider I want the min length to be 
179
 
        # at least 30 pixels to avoid an ugly slider when gtk wants to make it smaller 
180
 
        # than 30 pixels.
181
 
        GtkScrollbar::min_slider_length = 30
182
 
 
183
 
        engine "pixmap" 
184
 
        {
185
 
                # Horizontal slider background
186
 
                image 
187
 
                {
188
 
                        function                = BOX
189
 
                        recolorable             = TRUE
190
 
                        detail                  = "trough"
191
 
                        file                    = "Scrollbars/trough-scrollbar-horiz.png"
192
 
                        border                  = { 30, 30, 0, 0 }
193
 
                        stretch                 = TRUE
194
 
                        orientation             = HORIZONTAL
195
 
                }
196
 
                
197
 
                # Vertical slider background
198
 
                image 
199
 
                {
200
 
                        function                = BOX
201
 
                        recolorable             = TRUE
202
 
                        detail                  = "trough"
203
 
                        file                    = "Scrollbars/trough-scrollbar-vert.png"
204
 
                        border                  = { 0, 0, 30, 30 }
205
 
                        stretch                 = TRUE
206
 
                        orientation             = VERTICAL
207
 
                }
208
 
 
209
 
                # Normal horizontal slider
210
 
                image 
211
 
                {
212
 
                        function                = SLIDER
213
 
                        recolorable             = TRUE
214
 
                        state                   = NORMAL
215
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz.png"
216
 
                        border                  = { 15, 15, 6, 6 }
217
 
                        stretch                 = TRUE
218
 
                        orientation             = HORIZONTAL
219
 
                }
220
 
                
221
 
                # Horizontal slider (active)
222
 
                image 
223
 
                {
224
 
                        function                = SLIDER
225
 
                        recolorable             = TRUE
226
 
                        state                   = ACTIVE
227
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz-prelight.png"
228
 
                        border                  = { 15, 15, 6, 6 }
229
 
                        stretch                 = TRUE
230
 
                        orientation             = HORIZONTAL
231
 
                }
232
 
 
233
 
                # Horizontal slider (mouse over)
234
 
                image 
235
 
                {
236
 
                        function                = SLIDER 
237
 
                        recolorable             = TRUE
238
 
                        state                   = PRELIGHT
239
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz-prelight.png"
240
 
                        border                  = { 15, 15, 6, 6 }
241
 
                        stretch                 = TRUE
242
 
                        orientation             = HORIZONTAL
243
 
                }
244
 
                
245
 
                # Horizontal slider (Insesitive)
246
 
                image 
247
 
                {
248
 
                        function                = SLIDER 
249
 
                        recolorable             = TRUE
250
 
                        state                   = INSENSITIVE
251
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-horiz.png"
252
 
                        border                  = { 15, 15, 6, 6 }
253
 
                        stretch                 = TRUE
254
 
                        orientation             = HORIZONTAL
255
 
                }
256
 
 
257
 
                # Normal vertical slider
258
 
                image 
259
 
                {
260
 
                        function                = SLIDER
261
 
                        recolorable             = TRUE
262
 
                        state                   = NORMAL
263
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert.png"
264
 
                        border                  = { 6, 6, 15, 15 }
265
 
                        stretch                 = TRUE
266
 
                        orientation             = VERTICAL
267
 
                }
268
 
                
269
 
                # Vertical slider (Active)
270
 
                image 
271
 
                {
272
 
                        function                = SLIDER
273
 
                        recolorable             = TRUE
274
 
                        state                   = ACTIVE
275
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert.png"
276
 
                        border                  = { 6, 6, 15, 15 }
277
 
                        stretch                 = TRUE
278
 
                        orientation             = VERTICAL
279
 
                }
280
 
 
281
 
                # Vertical slider (mouse over)
282
 
                image 
283
 
                {
284
 
                        function                = SLIDER 
285
 
                        recolorable             = TRUE
286
 
                        state                   = PRELIGHT
287
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert-prelight.png"
288
 
                        border                  = { 6, 6, 15, 15 }
289
 
                        stretch                 = TRUE
290
 
                        orientation             = VERTICAL
291
 
                }
292
 
                
293
 
                # Vertical slider (Insesitive)
294
 
                image 
295
 
                {
296
 
                        function                = SLIDER 
297
 
                        recolorable             = TRUE
298
 
                        state                   = INSENSITIVE
299
 
                        file                    = "Scrollbars_AQUASTYLE_PLACEHOLDER/slider-vert-prelight.png"
300
 
                        border                  = { 6, 6, 15, 15 }
301
 
                        stretch                 = TRUE
302
 
                        orientation             = VERTICAL
303
 
                }
304
 
 
305
 
################################################################################
306
 
# SCROLLBAR STEPPERS
307
 
################################################################################
308
 
 
309
 
        # Up
310
 
        image 
311
 
        {
312
 
                function                        = STEPPER
313
 
                recolorable             = TRUE
314
 
                state                           = NORMAL
315
 
                file                            = "Scrollbars/stepper-up.png"
316
 
                #border                 = { 12, 2, 2, 9 }
317
 
                stretch                 = TRUE
318
 
                arrow_direction = UP
319
 
        }
320
 
        image 
321
 
        {
322
 
                function                        = STEPPER
323
 
                recolorable             = TRUE
324
 
                state                           = PRELIGHT
325
 
                file                            = "Scrollbars/stepper-up.png"
326
 
                #border                 = { 12, 2, 2, 9 }
327
 
                stretch                 = TRUE
328
 
                arrow_direction = UP
329
 
        }
330
 
 image 
331
 
        {
332
 
                function                        = STEPPER
333
 
                recolorable             = TRUE
334
 
                state                           = ACTIVE
335
 
                file                            = "Scrollbars/stepper-up.png"
336
 
                #border                 = { 12, 2, 2, 9 }
337
 
                stretch                 = TRUE
338
 
                arrow_direction = UP
339
 
        }
340
 
 image 
341
 
        {
342
 
                function                        = STEPPER
343
 
                recolorable             = TRUE
344
 
                state                           = INSENSITIVE
345
 
                file                            = "Scrollbars/stepper-up.png"
346
 
                #border                 = { 12, 2, 2, 9 }
347
 
                stretch                 = TRUE
348
 
                arrow_direction = UP
349
 
        }
350
 
 
351
 
 ######### DOWN ############
352
 
 
353
 
 
354
 
        image 
355
 
        {
356
 
                function                        = STEPPER
357
 
                recolorable             = TRUE
358
 
                state                           = NORMAL
359
 
                file                            = "Scrollbars/stepper-down.png"
360
 
                #border                 = { 12, 2, 10, 2 }
361
 
                stretch                 = TRUE
362
 
                arrow_direction = DOWN
363
 
        }
364
 
 image 
365
 
        {
366
 
                function                        = STEPPER
367
 
                recolorable             = TRUE
368
 
                state                           = PRELIGHT
369
 
                file                            = "Scrollbars/stepper-down.png"
370
 
                #border                 = { 12, 2, 10, 2 }
371
 
                stretch                 = TRUE
372
 
                arrow_direction = DOWN
373
 
        }
374
 
 image 
375
 
        {
376
 
                function                        = STEPPER
377
 
                recolorable             = TRUE
378
 
                state                           = ACTIVE
379
 
                file                            = "Scrollbars/stepper-down.png"
380
 
                #border                 = { 12, 2, 10, 2 }
381
 
                stretch                 = TRUE
382
 
                arrow_direction = DOWN
383
 
        }
384
 
 image 
385
 
        {
386
 
                function                        = STEPPER
387
 
                recolorable             = TRUE
388
 
                state                           = INSENSITIVE
389
 
                file                            = "Scrollbars/stepper-down.png"
390
 
                #border                 = { 12, 2, 10, 2 }
391
 
                stretch                 = TRUE
392
 
                arrow_direction = DOWN
393
 
        }
394
 
 
395
 
############ RIGHT ################
396
 
 
397
 
        image 
398
 
        {
399
 
                function                        = STEPPER
400
 
                recolorable             = TRUE
401
 
                state                           = NORMAL
402
 
                file                            = "Scrollbars/stepper-right.png"
403
 
                #border                 = { 2, 9, 2, 13 }
404
 
                stretch                 = TRUE
405
 
                arrow_direction = RIGHT
406
 
        }
407
 
 image 
408
 
        {
409
 
                function                        = STEPPER
410
 
                recolorable             = TRUE
411
 
                state                           = PRELIGHT
412
 
                file                            = "Scrollbars/stepper-right.png"
413
 
                #border                 = { 2, 9, 2, 13 }
414
 
                stretch                 = TRUE
415
 
                arrow_direction = RIGHT
416
 
        }
417
 
 image 
418
 
        {
419
 
                function                        = STEPPER
420
 
                recolorable             = TRUE
421
 
                state                           = ACTIVE
422
 
                file                            = "Scrollbars/stepper-right.png"
423
 
                #border                 = { 2, 9, 2, 13 }
424
 
                stretch                 = TRUE
425
 
                arrow_direction = RIGHT
426
 
        }
427
 
 image 
428
 
        {
429
 
                function                        = STEPPER
430
 
                recolorable             = TRUE
431
 
                state                           = INSENSITIVE
432
 
                file                            = "Scrollbars/stepper-right.png"
433
 
                #border                 = { 2, 9, 2, 13 }
434
 
                stretch                 = TRUE
435
 
                arrow_direction = RIGHT
436
 
        }
437
 
 
438
 
############### LEFT ###################
439
 
 
440
 
 
441
 
        image 
442
 
        {
443
 
                function                        = STEPPER
444
 
                recolorable             = TRUE
445
 
                state                           = NORMAL
446
 
                file                            = "Scrollbars/stepper-left.png"
447
 
                #border                 = { 2, 9, 2, 13 }
448
 
                stretch                 = TRUE
449
 
                arrow_direction = LEFT
450
 
        }
451
 
        image 
452
 
        {
453
 
                function                        = STEPPER
454
 
                recolorable             = TRUE
455
 
                state                           = PRELIGHT
456
 
                file                            = "Scrollbars/stepper-left.png"
457
 
                #border                 = { 2, 9, 2, 13 }
458
 
                stretch                 = TRUE
459
 
                arrow_direction = LEFT
460
 
        }
461
 
        image 
462
 
        {
463
 
                function                        = STEPPER
464
 
                recolorable             = TRUE
465
 
                state                           = ACTIVE
466
 
                file                            = "Scrollbars/stepper-left.png"
467
 
                #border                 = { 2, 9, 2, 13 }
468
 
                stretch                 = TRUE
469
 
                arrow_direction = LEFT
470
 
        }
471
 
        image 
472
 
        {
473
 
                function                        = STEPPER
474
 
                recolorable             = TRUE
475
 
                state                           = INSENSITIVE
476
 
                file                            = "Scrollbars/stepper-left.png"
477
 
                #border                 = { 2, 9, 2, 13 }
478
 
                stretch                 = TRUE
479
 
                arrow_direction = LEFT
480
 
        }
481
 
        }
482
 
}
483
 
 
484
 
# widget styles
485
 
class "GtkWidget" style "clearlooks-default"
486
 
class "GtkButton" style "clearlooks-button"
487
 
class "GtkCombo"        style "clearlooks-button"
488
 
class "GtkRange"        style "clearlooks-wide"
489
 
class "GtkFrame"        style "clearlooks-wide"
490
 
class "GtkMenu"         style "clearlooks-menu"
491
 
class "GtkEntry"        style "clearlooks-button"
492
 
class "GtkMenuItem"              style "clearlooks-menu-item"
493
 
class "GtkStatusbar"     style "clearlooks-wide"
494
 
class "GtkNotebook"              style "clearlooks-notebook"
495
 
class "GtkProgressBar" style "clearlooks-progressbar"
496
 
class "GtkScrollbar"     style "scrollbar"
497
 
 
498
 
widget_class "*MenuItem.*" style "clearlooks-menu-item"
499
 
 
500
 
# combobox stuff
501
 
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
502
 
widget_class "*.GtkCombo.GtkButton"              style "clearlooks-combo"
503
 
 
504
 
# tooltips stuff
505
 
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
506
 
widget "gtk-tooltips" style "clearlooks-tooltips"
507
 
 
508
 
# treeview stuff
509
 
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
510
 
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
511
 
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
512
 
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
513
 
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
514
 
 
515
 
# notebook stuff
516
 
widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
517
 
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"
518
 
 
519
 
# OS X uses 11 but due to differences in font smoothing, 10 actually integrates better
520
 
gtk-font-name="Lucida Grande 10"
521
 
 
522
 
# icon sizes: 48, 32, 24 (tango=22), 16
523
 
#
524
 
# gtk-dialog            main icon in a dialog box: e.g. alert when file is not saved
525
 
# gtk-dnd                       icon showed while dragging and dropping (not used on OS X)
526
 
# gtk-button            buttons: OK/Cancel dialogs, usually 22 but 16 is more OS X-ish
527
 
# gtk-large-toolbar     large toolbar: toolbox
528
 
# gtk-small-toolbar     small toolbar: command bar, tools control, snap control
529
 
# gtk-menu                      menus in applications: File, Edit
530
 
# panel-menu            general Application/Places menu (not used on OS X)
531
 
#
532
 
# insckape-decoration   layers lock, "affect" icons, etc.
533
 
#
534
 
#gtk-icon-sizes = "gtk-dialog=48,48:gtk-button=16,16:gtk-large-toolbar=22,22:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=16,16"
535
 
gtk-icon-sizes = "gtk-dialog=48,48:gtk-button=16,16:gtk-large-toolbar=24,24:gtk-small-toolbar=16,16:gtk-menu=16,16:inkscape-decoration=12,12"
536
 
 
537
 
# use OS X default pdf-viewer for print preview
538
 
gtk-print-preview-command="/usr/bin/open %f"
539
 
 
540
 
# Whether images should be shown on buttons.
541
 
# Default value: TRUE
542
 
gtk-button-images = 0
543
 
 
544
 
# Whether images should be shown in menus.
545
 
gtk-menu-images = 0
546
 
 
547