change font scaling default in code and default_ui_config to 100%.
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 23 Dec 2014 02:07:31 +0000 (21:07 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 23 Dec 2014 02:07:31 +0000 (21:07 -0500)
Incorrect value was caused by misremembering how Pango::SCALE works.

gtk2_ardour/ui_config_vars.h

index 427f2cd7be3bea5764b92904df1f74adcb74ea08..d4e75f35d02c9e05d0227882f409d84c376c3192 100644 (file)
@@ -37,7 +37,7 @@ UI_CONFIG_VARIABLE (bool, keep_tearoffs, "keep-tearoffs", false)
 UI_CONFIG_VARIABLE (bool, default_narrow_ms, "default-narrow_ms", false)
 UI_CONFIG_VARIABLE (bool, name_new_markers, "name-new-markers", false)
 UI_CONFIG_VARIABLE (bool, rubberbanding_snaps_to_grid, "rubberbanding-snaps-to-grid", false)
-UI_CONFIG_VARIABLE (long, font_scale, "font-scale", 81920)
+UI_CONFIG_VARIABLE (long, font_scale, "font-scale", 102400.0)
 UI_CONFIG_VARIABLE (bool, show_waveforms, "show-waveforms", true)
 UI_CONFIG_VARIABLE (bool, show_waveforms_while_recording, "show-waveforms-while-recording", true)
 UI_CONFIG_VARIABLE (ARDOUR::WaveformScale, waveform_scale, "waveform-scale", Linear)