diff options
author | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-27 18:06:05 -0500 |
---|---|---|
committer | Jesús Eduardo <heckyel@hyperbola.info> | 2017-08-27 18:06:05 -0500 |
commit | eb1896583afbbb622cadcde1a24e17173f61904f (patch) | |
tree | 8df52e126da67a8cfca09890ff3183142fe7010a /mvc/resources/windows/gtkrc | |
parent | 9dbf5be102d8c6fc80a2444302c1fba78556540d (diff) | |
download | librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.tar.lz librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.tar.xz librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.zip |
identation fixed
Diffstat (limited to 'mvc/resources/windows/gtkrc')
-rwxr-xr-x | mvc/resources/windows/gtkrc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/mvc/resources/windows/gtkrc b/mvc/resources/windows/gtkrc index 7add72c..45a6969 100755 --- a/mvc/resources/windows/gtkrc +++ b/mvc/resources/windows/gtkrc @@ -26,7 +26,7 @@ style "clearlooks-default" xthickness = 1 ythickness = 1 - fg[NORMAL] = "#505050" + fg[NORMAL] = "#505050" fg[ACTIVE] = "#505050" fg[SELECTED] = "#ffffff" fg[INSENSITIVE] = "#9B9B9B" @@ -99,8 +99,8 @@ style "clearlooks-menubar" = "clearlooks-default" { xthickness = 2 ythickness = 2 - base[PRELIGHT] = "#63E62E" - base[SELECTED] = "#4DB224" + base[PRELIGHT] = "#63E62E" + base[SELECTED] = "#4DB224" } style "clearlooks-menu-item" = "clearlooks-default" @@ -158,9 +158,9 @@ class "GtkMenuItem" style "clearlooks-menu-item" class "GtkStatusbar" style "clearlooks-wide" class "GtkNotebook" style "clearlooks-notebook" class "GtkProgressBar" style "clearlooks-progressbar" -class "*MenuBar*" style "clearlooks-menubar" -class "GtkMenuBar*" style "clearlooks-menubar" -class "MetaFrames" style "metacity-frame" +class "*MenuBar*" style "clearlooks-menubar" +class "GtkMenuBar*" style "clearlooks-menubar" +class "MetaFrames" style "metacity-frame" widget_class "*MenuItem*" style "clearlooks-menu-item" |