mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
canvas tester tweak
This commit is contained in:
parent
c20ed6b9f6
commit
2283e3b6ce
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ CANVAS_UI::initialize_canvas (ArdourCanvas::Canvas& canvas)
|
|||
grid->set_outline (false);
|
||||
grid->set_row_spacing (60.0);
|
||||
grid->set_col_spacing (3.0);
|
||||
grid->set_homogenous (true);
|
||||
grid->set_homogenous (false);
|
||||
|
||||
ArdourCanvas::Text* text1 = new ArdourCanvas::Text (&canvas);
|
||||
text1->set ("hello, world");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue