diff --git a/SparkleShare/Windows/SparkleSetup.Designer.cs b/SparkleShare/Windows/SparkleSetup.Designer.cs index 0e1c8a84..4654fa55 100644 --- a/SparkleShare/Windows/SparkleSetup.Designer.cs +++ b/SparkleShare/Windows/SparkleSetup.Designer.cs @@ -300,6 +300,7 @@ namespace SparkleShare { this.ServerEntry.Name = "ServerEntry"; this.ServerEntry.Size = new System.Drawing.Size (312, 20); this.ServerEntry.TabIndex = 10; + this.ServerEntry.MouseEnter += new System.EventHandler (this.radio_button_own_server_MouseEnter); // // radio_button_gnome // diff --git a/SparkleShare/Windows/SparkleSetup.cs b/SparkleShare/Windows/SparkleSetup.cs index ea41e788..1f447bde 100644 --- a/SparkleShare/Windows/SparkleSetup.cs +++ b/SparkleShare/Windows/SparkleSetup.cs @@ -46,6 +46,7 @@ namespace SparkleShare { pictureBox.Image = Icons.side_splash; this.ClientSize = new Size (this.ClientSize.Width, Icons.side_splash.Size.Height); + panel_info.Size = pictureBox.Size; this.Icon = Icons.sparkleshare; Controller.ChangePageEvent += delegate (PageType type) {