mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-05 22:52:10 +02:00
LibGUI+Everywhere: Rename the 'style' frame property to 'frame_style'
'set_frame_style' is what Frame itself uses to set the value, and a significant number of GML files use 'frame_style' instead of just 'style', so let's switch to it and use it everywhere consistently.
This commit is contained in:
committed by
Andrew Kaster
parent
f3a4118aee
commit
eaa2d69d73
@@ -23,7 +23,6 @@
|
||||
|
||||
@GUI::ScrollableContainerWidget {
|
||||
name: "scrollable_container"
|
||||
|
||||
content_widget: @GUI::Widget {
|
||||
name: "emojis"
|
||||
layout: @GUI::VerticalBoxLayout {}
|
||||
|
||||
Reference in New Issue
Block a user