Update settings tab design

This commit is contained in:
Diamond Creeper 2023-02-22 00:06:02 +13:00
parent 8c06dfbca8
commit 556f519413
7 changed files with 2321 additions and 1462 deletions

View file

@ -280,6 +280,7 @@ namespace XeroBrowser
this.bunifuImageButton2.WaitOnLoad = false;
this.bunifuImageButton2.Zoom = 20;
this.bunifuImageButton2.ZoomSpeed = 10;
this.bunifuImageButton2.Click += new System.EventHandler(this.bunifuImageButton2_Click);
//
// bunifuImageButton1
//
@ -396,6 +397,7 @@ namespace XeroBrowser
this.bunifuImageButton3.WaitOnLoad = false;
this.bunifuImageButton3.Zoom = 20;
this.bunifuImageButton3.ZoomSpeed = 10;
this.bunifuImageButton3.Click += new System.EventHandler(this.bunifuImageButton3_Click);
//
// btnRefresh
//