diff options
Diffstat (limited to 'Userland/Demos/WidgetGallery/DemoWizardPage1.gml')
-rw-r--r-- | Userland/Demos/WidgetGallery/DemoWizardPage1.gml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Userland/Demos/WidgetGallery/DemoWizardPage1.gml b/Userland/Demos/WidgetGallery/DemoWizardPage1.gml index 136ff9296c..047eb38fbf 100644 --- a/Userland/Demos/WidgetGallery/DemoWizardPage1.gml +++ b/Userland/Demos/WidgetGallery/DemoWizardPage1.gml @@ -1,6 +1,6 @@ @GUI::Widget { layout: @GUI::VerticalBoxLayout { - margins: [20, 20, 20, 20] + margins: [20] } @GUI::Label { |