summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-18 17:15:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-18 17:15:00 +0000
commitaea645e9084be652f7f60956f08fc11c042d5eed (patch)
tree82007fb58b1b4b407ab78b8125dfcaaf4c45e884
parentf22ccda911bffeee2212a77034a2b607b7a7bc4d (diff)
change default font scaling to 80% which makes a newly installed ardour come up with a window size just below 1080
git-svn-id: svn://localhost/ardour2/branches/3.0@13677 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--ardour_system.rc2
-rw-r--r--libs/ardour/ardour/rc_configuration_vars.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/ardour_system.rc b/ardour_system.rc
index 7534d79bf2..5603209928 100644
--- a/ardour_system.rc
+++ b/ardour_system.rc
@@ -39,7 +39,7 @@
<Option name="show-track-meters" value="1"/>
<Option name="default-narrow_ms" value="0"/>
<Option name="timecode-format" value="timecode_30"/>
- <Option name="font-scale" value="102400"/>
+ <Option name="font-scale" value="81920"/>
<Option name="seamless-loop" value="1"/>
</Config>
<extra>
diff --git a/libs/ardour/ardour/rc_configuration_vars.h b/libs/ardour/ardour/rc_configuration_vars.h
index b4325e3778..da10352206 100644
--- a/libs/ardour/ardour/rc_configuration_vars.h
+++ b/libs/ardour/ardour/rc_configuration_vars.h
@@ -175,7 +175,7 @@ CONFIG_VARIABLE (std::string, default_bindings, "default-bindings", "ardour")
CONFIG_VARIABLE (bool, default_narrow_ms, "default-narrow_ms", false)
CONFIG_VARIABLE (bool, name_new_markers, "name-new-markers", false)
CONFIG_VARIABLE (bool, rubberbanding_snaps_to_grid, "rubberbanding-snaps-to-grid", false)
-CONFIG_VARIABLE (long, font_scale, "font-scale", 102400)
+CONFIG_VARIABLE (long, font_scale, "font-scale", 81920)
CONFIG_VARIABLE (std::string, default_session_parent_dir, "default-session-parent-dir", "~")
CONFIG_VARIABLE (bool, show_waveforms, "show-waveforms", true)
CONFIG_VARIABLE (bool, show_waveforms_while_recording, "show-waveforms-while-recording", true)