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:
Ali Mohammad Pur
2024-04-24 15:10:52 +02:00
committed by Andrew Kaster
parent f3a4118aee
commit eaa2d69d73
9 changed files with 11 additions and 12 deletions

View File

@@ -23,7 +23,6 @@
@GUI::ScrollableContainerWidget {
name: "scrollable_container"
content_widget: @GUI::Widget {
name: "emojis"
layout: @GUI::VerticalBoxLayout {}