Skip to content

Commit 4efccab

Browse files
Jayden CosgroveJayden Cosgrove
authored andcommitted
> Rescaled buttons to fit text (text was cut off for chests)
> Reordered tabs to make more sense
1 parent 16dcf98 commit 4efccab

File tree

4 files changed

+89
-91
lines changed

4 files changed

+89
-91
lines changed

32Stuff/MyButton.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ private void InitializeComponent()
3030
this.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
3131
this.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
3232
this.ForeColor = System.Drawing.Color.White;
33-
this.Size = new System.Drawing.Size(110, 22);
34-
this.Size = new System.Drawing.Size(110, 22);
35-
this.Size = new System.Drawing.Size(110, 22);
33+
this.Size = new System.Drawing.Size(130, 22);
3634
this.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
3735
this.UseVisualStyleBackColor = false;
3836
this.ResumeLayout(false);

HaloPogSwitch/UC_Halo2a.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HaloPogSwitch/UC_Halo4.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)