X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fui_config_vars.h;h=4a2eb70d2fb78833a64269e25ade5ec0a583af39;hb=026c71331e87c1c4a1aaef6ad7ddc1cd0919c660;hp=18bda554574bcf98727e7d4d55453746b616837a;hpb=580520b12f90251e38d94a1a5d6a199b76142b0b;p=ardour.git diff --git a/gtk2_ardour/ui_config_vars.h b/gtk2_ardour/ui_config_vars.h index 18bda55457..4a2eb70d2f 100644 --- a/gtk2_ardour/ui_config_vars.h +++ b/gtk2_ardour/ui_config_vars.h @@ -17,11 +17,15 @@ */ +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(bool, blink_rec_arm, "blink-rec-arm", false) +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) +UI_CONFIG_VARIABLE (uint32_t, lock_gui_after_seconds, "lock-gui-after-seconds", 0) +UI_CONFIG_VARIABLE (bool, draggable_playhead, "draggable-playhead", true)