summaryrefslogtreecommitdiff
path: root/Userland/Demos
diff options
context:
space:
mode:
authorFrHun <28605587+frhun@users.noreply.github.com>2022-06-12 22:35:17 +0200
committerSam Atkins <atkinssj@gmail.com>2022-06-28 17:52:42 +0100
commit8dd08d47f1ebf7f248be27279d6b3a68e4c3f9a1 (patch)
treee3b923bcf570a704dff7ed10bbede69b6e11c1ee /Userland/Demos
parentec1e25929e79b34f2f602560280fe5f399bcc5d6 (diff)
downloadserenity-8dd08d47f1ebf7f248be27279d6b3a68e4c3f9a1.zip
Applications: Remove usages of deprecated implicit conversions
These deprecated conversions are currently in place to make the system compile, but they are to be removed soon. This prepares that.
Diffstat (limited to 'Userland/Demos')
-rw-r--r--Userland/Demos/WidgetGallery/GalleryGML/SlidersTab.gml2
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 {}