From 8579eb6f542585f395ca6fdcd042de2fb9df2f5c Mon Sep 17 00:00:00 2001 From: cmzmasek Date: Sun, 30 Dec 2012 00:31:49 +0000 Subject: [PATCH 1/1] Can now set the initial window size via configuration file for application and ArchA applet. --- .../aptx/aptx_configuration_files/_aptx_configuration_file | 8 ++++++++ .../aptx/aptx_configuration_files/_aptx_configuration_file_1 | 7 +++++++ 2 files changed, 15 insertions(+) diff --git a/forester/aptx/aptx_configuration_files/_aptx_configuration_file b/forester/aptx/aptx_configuration_files/_aptx_configuration_file index 76e4617..42d1ac3 100644 --- a/forester/aptx/aptx_configuration_files/_aptx_configuration_file +++ b/forester/aptx/aptx_configuration_files/_aptx_configuration_file @@ -165,6 +165,14 @@ replace_underscores_in_nh_parsing: no taxonomy_extraction_in_nh_parsing: pfam + +# Initial Window Size for Application and ArchaeopteryA applet +# ------------------------------------------------------------ +window_initial_size_x: 800 +window_initial_size_y: 800 + + + # Checkbox Display Selection # -------------------------- # This is used to select which checkboxes to display diff --git a/forester/aptx/aptx_configuration_files/_aptx_configuration_file_1 b/forester/aptx/aptx_configuration_files/_aptx_configuration_file_1 index c32e779..626c83e 100644 --- a/forester/aptx/aptx_configuration_files/_aptx_configuration_file_1 +++ b/forester/aptx/aptx_configuration_files/_aptx_configuration_file_1 @@ -152,6 +152,13 @@ taxonomy_extraction_in_nh_parsing: pfam +# Initial Window Size for Application and ArchaeopteryA applet +# ------------------------------------------------------------ +window_initial_size_x: 640 +window_initial_size_y: 580 + + + # phyloXML parsing # ---------------- # To ensure compatibility with all current and future -- 1.7.10.2