FileView: Add column padding to the detailed view.
[GB.FORM] * NEW: FileView: Add column padding to the detailed view, as there is no implicit padding anymore in 'ColumnView'.
This commit is contained in:
parent
20b5c1c794
commit
b3e2edff13
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ Public Sub _new()
|
|||
.Drop = True
|
||||
.Expand = True
|
||||
.Border = False
|
||||
.Columns.Padding = Desktop.Scale
|
||||
End With
|
||||
|
||||
$hProgress = New ProgressBar($hBorder)
|
||||
|
|
Loading…
Reference in a new issue