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:
Benoît Minisini 2022-12-20 10:55:45 +01:00
parent 20b5c1c794
commit b3e2edff13

View file

@ -225,6 +225,7 @@ Public Sub _new()
.Drop = True
.Expand = True
.Border = False
.Columns.Padding = Desktop.Scale
End With
$hProgress = New ProgressBar($hBorder)