summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_dark.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-07 17:28:37 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-07 17:28:37 +0000
commit9b17f35576a74d971b2c86558cf1cf1dec2750e0 (patch)
treefc21685ad2ecfbe665fc975038c76887b7c54c2d /gtk2_ardour/ardour3_ui_dark.rc.in
parentbf476d4a588fdceb24caffb8677ceb956592edbc (diff)
change appearance of panner data popup slightly (fixed width font so it doesn't bounce around during edits), and make dbl-clicks to set pos to max-L or max-R work even if width is reversed
git-svn-id: svn://localhost/ardour2/branches/3.0@8746 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_dark.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_dark.rc.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/ardour3_ui_dark.rc.in b/gtk2_ardour/ardour3_ui_dark.rc.in
index bb280ae98a..9c3ee9744c 100644
--- a/gtk2_ardour/ardour3_ui_dark.rc.in
+++ b/gtk2_ardour/ardour3_ui_dark.rc.in
@@ -84,12 +84,12 @@ style "medium_bold_text"
style "medium_text"
{
- font_name = "@FONT_NORMAL"
+ font_name = "@FONT_NORMAL@"
}
style "medium_monospace_text"
{
- #font_name = "monospace @FONT_NORMAL@"
+ font_name = "monospace @FONT_NORMAL@"
}
style "red_medium_text" = "medium_text"
@@ -292,7 +292,7 @@ style "default" = "medium_text"
}
}
-style "contrasting_popup" = "medium_text"
+style "contrasting_popup" = "medium_monospace_text"
{
bg[NORMAL] = @A_lightest
fg[NORMAL] = @A_darkest