]> git.plutz.net Git - rpi_small/blobdiff - files_xfce/etc/2.0/gtkrc
allow hooking of additional receipes
[rpi_small] / files_xfce / etc / 2.0 / gtkrc
diff --git a/files_xfce/etc/2.0/gtkrc b/files_xfce/etc/2.0/gtkrc
new file mode 100644 (file)
index 0000000..f4efa07
--- /dev/null
@@ -0,0 +1,24 @@
+# pixmap_path "<dir 1>:<dir 2>:<dir 3>:..."
+#
+# include "rc-file"
+#
+# style <name> [= <name>]
+# {
+#   <option>
+# }
+#
+# widget <widget_set>       style <style_name>
+# class  <widget_class_set> style <style_name>
+#
+# You can add your own GIMP-specific GTK styles here.
+
+
+#
+# Adjust the size of previews in plug-in dialogs:
+#
+style "gimp-large-preview"
+{
+  GimpPreview::size = 256
+}
+
+# class "GimpPreview" style "gimp-large-preview"