]> git.plutz.net Git - rpi_small/blob - files_xfce/etc/2.0/gtkrc
f4efa07c7ea30126885b110452680fb37701192b
[rpi_small] / files_xfce / etc / 2.0 / gtkrc
1 # pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
2 #
3 # include "rc-file"
4 #
5 # style <name> [= <name>]
6 # {
7 #   <option>
8 # }
9 #
10 # widget <widget_set>       style <style_name>
11 # class  <widget_class_set> style <style_name>
12 #
13 # You can add your own GIMP-specific GTK styles here.
14
15
16 #
17 # Adjust the size of previews in plug-in dialogs:
18 #
19 style "gimp-large-preview"
20 {
21   GimpPreview::size = 256
22 }
23
24 # class "GimpPreview" style "gimp-large-preview"