Remove deprecated clearlooks options from ardour3_ui_dark.rc

git-svn-id: svn://localhost/ardour2/branches/3.0@5782 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard
2009-10-14 23:32:58 +00:00
parent 2351326df9
commit 3970ba5d8c

View File

@@ -109,18 +109,15 @@ style "white_tree_view"
text[INSENSITIVE] = { 0.30, 0.30, 0.40 }
text[SELECTED] = { 0, 0, 0 }
base[ACTIVE] = { 0.80, 0.80, 0.80 }
base[NORMAL] = { 0.80, 0.80, 0.80 }
base[ACTIVE] = { 0.80, 0.80, 0.80 }
base[NORMAL] = { 0.80, 0.80, 0.80 }
base[PRELIGHT] = { 0.90, 0.90, 0.90 }
base[INSENSITIVE] = "#4c5159"
base[SELECTED] = { 0.60, 0.60, 0.80 }
engine "clearlooks"
{
menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
menuitemstyle = 0 # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
listviewitemstyle = 0 # 0 = flat, 1 = 3d-ish (gradient)
progressbarstyle = 1 # 0 = candy bar, 1 = fancy candy bar, 2 = flat
menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
}
}