mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fix missing color
This commit is contained in:
parent
a970ddbaa5
commit
521beab486
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ using std::min;
|
||||||
|
|
||||||
MidiClipEditor::MidiClipEditor ()
|
MidiClipEditor::MidiClipEditor ()
|
||||||
{
|
{
|
||||||
set_background_color (UIConfiguration::instance ().color (X_("theme:darkest")));
|
set_background_color (UIConfiguration::instance ().color (X_("neutral:backgroundest")));
|
||||||
|
|
||||||
const double scale = UIConfiguration::instance ().get_ui_scale ();
|
const double scale = UIConfiguration::instance ().get_ui_scale ();
|
||||||
const double width = 600. * scale;
|
const double width = 600. * scale;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue