mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
Config isn't editable
This commit is contained in:
parent
1c47f0adbe
commit
cc83cdd9df
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ ConfigInfoDialog::ConfigInfoDialog ()
|
|||
set_border_width (12);
|
||||
text.get_buffer()->set_text (std::string (ARDOUR::ardour_config_info));
|
||||
text.set_wrap_mode (Gtk::WRAP_WORD);
|
||||
text.set_editable (false);
|
||||
text.show ();
|
||||
|
||||
scroller.set_shadow_type(Gtk::SHADOW_NONE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue