Skip to content

Commit

Permalink
Remove Padding
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Sep 19, 2015
1 parent 7345b26 commit 3455715
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 185 deletions.
2 changes: 1 addition & 1 deletion I-Nex/i-nex/.src/Finfosys.class
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Public Sub Form_Open()
.Width = 440
.Height = 21
.Border = Border.Raised
.Padding = 3
.Padding = 0
.Font.Size = 8
.Tooltip = DATAT["Flags"][i]["NAME"]
.Text = DATAT["Flags"][i]["DESC"]
Expand Down

0 comments on commit 3455715

Please sign in to comment.