From 3bf023e43ecb2e26c61b3bee7a6b15177356677f Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Thu, 29 Mar 2018 13:18:36 +0200 Subject: [PATCH] chg: pre-release v1.1 --- ChameleonMiniGUI/ChameleonMiniGUI.csproj | 4 ++-- ChameleonMiniGUI/FrmMain.Designer.cs | 7 +++++-- ChameleonMiniGUI/Properties/AssemblyInfo.cs | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/ChameleonMiniGUI/ChameleonMiniGUI.csproj b/ChameleonMiniGUI/ChameleonMiniGUI.csproj index db5afc3..8c18650 100644 --- a/ChameleonMiniGUI/ChameleonMiniGUI.csproj +++ b/ChameleonMiniGUI/ChameleonMiniGUI.csproj @@ -32,8 +32,8 @@ The rebooted suite true publish.htm - 26 - 1.0.0.%2a + 1 + 1.1.0.%2a false true true diff --git a/ChameleonMiniGUI/FrmMain.Designer.cs b/ChameleonMiniGUI/FrmMain.Designer.cs index 25519e8..016d2af 100644 --- a/ChameleonMiniGUI/FrmMain.Designer.cs +++ b/ChameleonMiniGUI/FrmMain.Designer.cs @@ -1837,10 +1837,13 @@ private void InitializeComponent() // ucLegend1 // this.ucLegend1.AutoSize = true; - this.ucLegend1.Items = ((System.Collections.Generic.List)(resources.GetObject("ucLegend1.Items"))); + this.ucLegend1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink; + this.ucLegend1.Expanded = false; + this.ucLegend1.Items = null; this.ucLegend1.Location = new System.Drawing.Point(923, 3); + this.ucLegend1.MaximumSize = new System.Drawing.Size(180, 300); this.ucLegend1.Name = "ucLegend1"; - this.ucLegend1.Size = new System.Drawing.Size(292, 150); + this.ucLegend1.Size = new System.Drawing.Size(180, 42); this.ucLegend1.TabIndex = 22; this.ucLegend1.Title = "Legend"; // diff --git a/ChameleonMiniGUI/Properties/AssemblyInfo.cs b/ChameleonMiniGUI/Properties/AssemblyInfo.cs index 8cfc923..6cca7fd 100644 --- a/ChameleonMiniGUI/Properties/AssemblyInfo.cs +++ b/ChameleonMiniGUI/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.26")] -[assembly: AssemblyFileVersion("1.0.0.26")] +[assembly: AssemblyVersion("1.1.0.1")] +[assembly: AssemblyFileVersion("1.1.0.1")]