blob: 8c6bf9d222d54b9fdcedc9fc6c3bac0749b1b8ab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# GIMP themerc
#
# This file is written on GIMP startup and on every theme change.
# It is NOT supposed to be edited manually. Edit your personal
# gtkrc file instead (/home/train/.config/GIMP/2.10/gtkrc).
style "gimp-spin-scale-style"
{
GimpSpinScale::compact = 1
}
class "GimpSpinScale" style "gimp-spin-scale-style"
include "/usr/share/gimp/2.0/themes/System/gtkrc"
include "/etc/gimp/2.0/gtkrc"
# end of themerc
|