aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gtk2-theme-angelistic/gtk2-theme-angelistic-0.3/gtkrc-global
blob: 288bdd4fb2360534d0cb86b06c43bd338368ea9e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# GPE specifics
style "filesel"
{
        GtkFileSelection::show_fileops_default = 0
        GtkFileSelection::border_width = 1
}

style "entry"
{
        GtkEntry::min_width = 25
}

class "GtkEntry" style "entry"
class "GtkFileSelection" style "filesel"