From 92e827ab76069cabc539447c545bb588ff600711 Mon Sep 17 00:00:00 2001 From: "cmzmasek@gmail.com" Date: Mon, 13 Oct 2014 19:40:41 +0000 Subject: [PATCH] in progress --- forester/aptx/aptx_configuration_files/_aptx_configuration_file | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/forester/aptx/aptx_configuration_files/_aptx_configuration_file b/forester/aptx/aptx_configuration_files/_aptx_configuration_file index ac5a935..f5b275b 100644 --- a/forester/aptx/aptx_configuration_files/_aptx_configuration_file +++ b/forester/aptx/aptx_configuration_files/_aptx_configuration_file @@ -129,6 +129,9 @@ native_ui: ? # To allow/not allow editing (cut, copy, and paste): allow_editing # Example: 'allow_editing: yes' # +# To allow/not allow thicker strokes for very small trees: allow_thick_strokes +# Example: 'allow_thick_strokes: yes' +# # NH/NHX/Nexus file parsing # ------------------------- # To replace underscores with spaces during NH/NHX/Nexus file parsing: @@ -189,6 +192,7 @@ branch_length_value_digits: 3 confidence_value_digits: 2 background_gradient: no allow_editing: yes +allow_thick_strokes: no ext_descendents_data_to_return_on: window ext_descendents_data_to_return: user_selected #label_for_get_ext_descendents_data: Return_Node_Data -- 1.7.10.2