mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
tone down frame color and use a better widget name
This commit is contained in:
parent
5e41293f9e
commit
c67d1d477e
2 changed files with 5 additions and 5 deletions
|
|
@ -413,10 +413,10 @@ style "base_frame"
|
||||||
bg[NORMAL] = @background
|
bg[NORMAL] = @background
|
||||||
}
|
}
|
||||||
|
|
||||||
style "highlight_frame"
|
style "text_highlight_frame"
|
||||||
{
|
{
|
||||||
fg[NORMAL] = @foreground
|
fg[NORMAL] = @texts
|
||||||
bg[NORMAL] = @foreground
|
bg[NORMAL] = @texts
|
||||||
}
|
}
|
||||||
|
|
||||||
style "transport_frame"
|
style "transport_frame"
|
||||||
|
|
@ -1107,7 +1107,7 @@ widget "*zoomrange clock" style:highest "medium_text"
|
||||||
widget "*timecodeoffset clock" style:highest "medium_text"
|
widget "*timecodeoffset clock" style:highest "medium_text"
|
||||||
|
|
||||||
widget "*BaseFrame" style:highest "base_frame"
|
widget "*BaseFrame" style:highest "base_frame"
|
||||||
widget "*HighlightFrame" style:highest "highlight_frame"
|
widget "*TextHighlightFrame" style:highest "text_highlight_frame"
|
||||||
widget "*TransportFrame" style:highest "transport_frame"
|
widget "*TransportFrame" style:highest "transport_frame"
|
||||||
widget "*TransportFrame*" style:highest "transport_frame"
|
widget "*TransportFrame*" style:highest "transport_frame"
|
||||||
widget "*EditorWindow*" style:highest "editor_window"
|
widget "*EditorWindow*" style:highest "editor_window"
|
||||||
|
|
|
||||||
|
|
@ -612,7 +612,7 @@ SessionDialog::setup_new_session_page ()
|
||||||
template_desc.set_name (X_("TextOnBackground"));
|
template_desc.set_name (X_("TextOnBackground"));
|
||||||
template_desc.set_border_width (6);
|
template_desc.set_border_width (6);
|
||||||
|
|
||||||
template_desc_frame.set_name (X_("HighlightFrame"));
|
template_desc_frame.set_name (X_("TextHighlightFrame"));
|
||||||
template_desc_frame.add (template_desc);
|
template_desc_frame.add (template_desc);
|
||||||
|
|
||||||
//template_chooser is the treeview showing available templates
|
//template_chooser is the treeview showing available templates
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue