From b3e2edff1355ffa57c2f637d36fc6467e4715cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Minisini?= Date: Tue, 20 Dec 2022 10:55:45 +0100 Subject: [PATCH] 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'. --- comp/src/gb.form/.src/File/FileView.class | 1 + 1 file changed, 1 insertion(+) diff --git a/comp/src/gb.form/.src/File/FileView.class b/comp/src/gb.form/.src/File/FileView.class index c8099942e..7572e1d03 100644 --- a/comp/src/gb.form/.src/File/FileView.class +++ b/comp/src/gb.form/.src/File/FileView.class @@ -225,6 +225,7 @@ Public Sub _new() .Drop = True .Expand = True .Border = False + .Columns.Padding = Desktop.Scale End With $hProgress = New ProgressBar($hBorder)