summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui.rc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-28 00:49:02 +0000
committerDoug McLain <doug@nostar.net>2006-03-28 00:49:02 +0000
commit34c9e917c5674c4e4bbca02bc975c2ad08862570 (patch)
tree5bbbf435f2e4d12a9012d91dfe00d463d109105f /gtk2_ardour/ardour2_ui.rc
parent948caba5889a7425cbca11c2eb339f27f5a27194 (diff)
set color of export dialog checkbox's to fix invisible port selectors. Set smaller button thickness. Changed ardour directories to ardour2 to avoid conflicts with legacy ardour
git-svn-id: svn://localhost/trunk/ardour2@421 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui.rc')
-rw-r--r--gtk2_ardour/ardour2_ui.rc9
1 files changed, 7 insertions, 2 deletions
diff --git a/gtk2_ardour/ardour2_ui.rc b/gtk2_ardour/ardour2_ui.rc
index e5ec742ac7..07706a11c5 100644
--- a/gtk2_ardour/ardour2_ui.rc
+++ b/gtk2_ardour/ardour2_ui.rc
@@ -374,7 +374,7 @@ style "medium_entry_noselection_fg" = "medium_entry"
style "medium_entry_noselection_bg" = "medium_entry"
{
- bg[SELECTED] = { 0, 0, 0 }
+ bg[SELECTED] = { 0.50, 1.0, 1.0 }
}
style "medium_bold_entry" = "medium_bold_text"
@@ -825,6 +825,11 @@ style "region_list_whole_file"
fg[NORMAL] = { 0.4, 0.4, 0.9 }
}
+style "ardour_button" ="default_buttons_menus"
+{
+ xthickness = 0
+ ythickness = 2
+}
#---------------------------------------------------------------
widget "*FirstActionMessage" style "first_action_message"
@@ -1167,7 +1172,7 @@ widget "*RegionListWholeFile" style "region_list_whole_file"
class "GtkWidget" style "default_base"
class "GtkScrollbar" style "ardour_adjusters"
class "GtkLabel" style "default_buttons_menus"
-class "GtkButton" style "default_buttons_menus"
+class "GtkButton" style "ardour_button"
class "GtkArrow" style "tearoff_arrow"
class "GtkProgressBar" style "ardour_progressbars"