mirror of https://github.com/GNOME/gimp.git
21 lines
379 B
Plaintext
21 lines
379 B
Plaintext
|
# style <name> [= <name>]
|
||
|
# {
|
||
|
# <option>
|
||
|
# }
|
||
|
#
|
||
|
# widget <widget_set> style <style_name>
|
||
|
# widget_class <widget_class_set> style <style_name>
|
||
|
|
||
|
style "ruler"
|
||
|
{
|
||
|
font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*"
|
||
|
}
|
||
|
|
||
|
style "default"
|
||
|
{
|
||
|
font = "-adobe-helvetica-medium-r-normal--*-100-*-*-*-*-*-*"
|
||
|
}
|
||
|
|
||
|
widget_class "*Ruler*" style "ruler"
|
||
|
widget_class "*" style "default"
|