summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour2_ui_light.rc.in
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-07-08 20:06:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-07-08 20:06:42 +0000
commitc45d09b193a1c4802eefa082944e59fac949a950 (patch)
tree75f97cb8f9316d3a6779eb9de0256269e9235fc5 /gtk2_ardour/ardour2_ui_light.rc.in
parent73bb86efacb7eebaa671226917c95481a624c6d3 (diff)
new drawing style for track resize handles (thanks thorwil!)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3525 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/ardour2_ui_light.rc.in')
-rw-r--r--gtk2_ardour/ardour2_ui_light.rc.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour2_ui_light.rc.in b/gtk2_ardour/ardour2_ui_light.rc.in
index 68474b12d1..7b7d077a8c 100644
--- a/gtk2_ardour/ardour2_ui_light.rc.in
+++ b/gtk2_ardour/ardour2_ui_light.rc.in
@@ -468,6 +468,12 @@ style "editor_hscrollbar" = "ardour_adjusters"
GtkScrollbar::slider_width = 27
}
+style "resizer_handle"
+{
+ fg[NORMAL] = { 0, 0, 0 }
+ bg[NORMAL] = "#818181"
+}
+
style "ardour_progressbars" = "default_generic"
{
bg[NORMAL] = { 0, 0, 0 }
@@ -1576,4 +1582,4 @@ widget "*ChannelCountSelector" style:highest "medium_bold_entry"
widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
widget "*RegionListWholeFile" style:highest "treeview_parent_node"
widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
-
+widget "*ResizerHandler" style:highest "resizer_handle"