change default timeline item gradient depth and waveform gradient depth

Conflicts:
	gtk2_ardour/ardour3_ui_default.conf.in
This commit is contained in:
Paul Davis 2014-06-30 10:57:59 -04:00
parent b03e0625b6
commit 7d5608d875
2 changed files with 4 additions and 4 deletions

View file

@ -3,8 +3,8 @@
<UI>
<Option name="ui-rc-file" value="ardour3_ui_dark.rc"/>
<Option name="flat-buttons" value="00000000"/>
<Option name="waveform-gradient-depth" value="00000000"/>
<Option name="timeline-item-gradient-depth" value="0000000.1"/>
<Option name="waveform-gradient-depth" value="0"/>
<Option name="timeline-item-gradient-depth" value="00000.5"/>
<Option name="all-floating-windows-are-dialogs" value="00000000"/>
<Option name="color-regions-using-track-color" value="00000000"/>
<Option name="show-waveform-clipping" value="00000000"/>

View file

@ -20,8 +20,8 @@
UI_CONFIG_VARIABLE(std::string, icon_set, "icon-set", "default")
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(float, waveform_gradient_depth, "waveform-gradient-depth", 0.6)
UI_CONFIG_VARIABLE(float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 1.3)
UI_CONFIG_VARIABLE(float, waveform_gradient_depth, "waveform-gradient-depth", 0)
UI_CONFIG_VARIABLE(float, timeline_item_gradient_depth, "timeline-item-gradient-depth", 0.5)
UI_CONFIG_VARIABLE(bool, all_floating_windows_are_dialogs, "all-floating-windows-are-dialogs", false)
UI_CONFIG_VARIABLE (bool, color_regions_using_track_color, "color-regions-using-track-color", false)
UI_CONFIG_VARIABLE (bool, show_waveform_clipping, "show-waveform-clipping", true)