Improve SparkleSetup

This commit is contained in:
wimh 2011-10-21 23:57:51 +02:00
parent 97a8b1295e
commit 3c3ddd0f31
2 changed files with 2 additions and 0 deletions

View file

@ -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
//

View file

@ -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) {