diff options
Diffstat (limited to 'Userland/Demos')
-rw-r--r-- | Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml b/Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml index 098736b78c..fef57a9eec 100644 --- a/Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml +++ b/Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml @@ -61,7 +61,6 @@ @GUI::Scrollbar { name: "enabled_scrollbar" fixed_height: 16 - fixed_width: -1 min: 0 max: 100 value: 50 @@ -76,7 +75,6 @@ @GUI::Scrollbar { name: "disabled_scrollbar" fixed_height: 16 - fixed_width: -1 } @GUI::Layout::Spacer {} |