Skip to content

Commit

Permalink
Fix GridView1.Columns[5].Width = 250 to 400 If drive mount width UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
eloaders committed Dec 13, 2013
1 parent 7282eb3 commit df8c809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/i-nex/.src/FDF.class
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Public Sub Form_Open()
GridView1.Columns.Count = 6
GridView1.Rows.Count = CFloat(Val(allfilesystems))
GridView1.Columns.Width = 80
GridView1.Columns[5].Width = 250
GridView1.Columns[5].Width = 400
GridView1[0, 0].Text = "Filesystem"
GridView1[0, 1].Text = "1K-blocks"
GridView1[0, 2].Text = "Used"
Expand Down

0 comments on commit df8c809

Please sign in to comment.