mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
add option to not use gradients when rendering waveforms (#4944)
git-svn-id: svn://localhost/ardour2/branches/3.0@13015 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
9a3d9dcb3c
commit
1eb4f9a2da
5 changed files with 579 additions and 4 deletions
|
|
@ -1,3 +1,4 @@
|
|||
UI_CONFIG_VARIABLE(std::string, ui_rc_file, "ui-rc-file", "ardour3_ui_dark.rc")
|
||||
UI_CONFIG_VARIABLE(bool, flat_buttons, "flat-buttons", false)
|
||||
UI_CONFIG_VARIABLE(bool, gradient_waveforms, "gradient-waveforms", false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue