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 | |
parent | 9dbf5be102d8c6fc80a2444302c1fba78556540d (diff) | |
download | librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.tar.lz librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.tar.xz librevideoconverter-eb1896583afbbb622cadcde1a24e17173f61904f.zip |
identation fixed
Diffstat (limited to 'mvc/resources')
-rw-r--r-- | mvc/resources/converters/apple.py | 2 | ||||
-rwxr-xr-x | mvc/resources/windows/gtkrc | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mvc/resources/converters/apple.py b/mvc/resources/converters/apple.py index 41fdd7a..20cb76e 100644 --- a/mvc/resources/converters/apple.py +++ b/mvc/resources/converters/apple.py @@ -25,4 +25,4 @@ apple_tv = AppleConversion('Apple TV', 1280, 720) universal = AppleConversion('Apple Universal', 1280, 720) converters = [ipod, ipod_touch, ipod_retina, iphone, iphone_retina, iphone_5, - ipad, ipad_retina, apple_tv, universal] + ipad, ipad_retina, apple_tv, universal] 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" |