summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour3_ui_light.rc.in
diff options
context:
space:
mode:
authorSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 14:07:50 +0000
committerSakari Bergen <sakari.bergen@beatwaves.net>2008-10-11 14:07:50 +0000
commit41c892802f75e62e452399f0b1c7319fee61e677 (patch)
tree581915ee0b92e7532238d1b4adc98c44673dfb3a /gtk2_ardour/ardour3_ui_light.rc.in
parent354790d754d8d8072b2c03459ca0077b6fd216cc (diff)
* Some Export GUI tweaks
* Export region with fades * Removed some debug output git-svn-id: svn://localhost/ardour2/branches/3.0@3923 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour3_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour3_ui_light.rc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk2_ardour/ardour3_ui_light.rc.in b/gtk2_ardour/ardour3_ui_light.rc.in
index 0a78afb39d..139f6cd286 100644
--- a/gtk2_ardour/ardour3_ui_light.rc.in
+++ b/gtk2_ardour/ardour3_ui_light.rc.in
@@ -1190,6 +1190,11 @@ style "ardour_button" ="default_button"
ythickness = 1
}
+style "padded_button" = "default_button"
+{
+ xthickness = 8
+}
+
style "odd_port_groups"
{
fg[NORMAL] = { 0.6, 0.6, 0.6 }
@@ -1209,6 +1214,7 @@ class "GtkButton" style:highest "ardour_button"
class "GtkArrow" style:highest "tearoff_arrow"
class "GtkProgressBar" style:highest "ardour_progressbars"
+widget "PaddedButton" style:highest "padded_button"
widget "*FirstActionMessage" style:highest "first_action_message"
widget "*VerboseCanvasCursor" style:highest "verbose_canvas_cursor"
widget "*MarkerText" style:highest "marker_text"