mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:07:45 +00:00
Browser: Remove GML formatting errors from BrowserSettingsWidget.gml
Regressed in commit 6571455499
This is supposed to be caught by the GML format lint in Azure, but it
looks like a :ninjamerge: occured instead :^)
This commit is contained in:
parent
db4a5aafc8
commit
9d70f0383f
1 changed files with 14 additions and 14 deletions
|
@ -25,8 +25,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {}
|
||||||
}
|
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::HorizontalBoxLayout {
|
layout: @GUI::HorizontalBoxLayout {
|
||||||
|
@ -44,6 +43,7 @@
|
||||||
placeholder: "https://example.com"
|
placeholder: "https://example.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
layout: @GUI::HorizontalBoxLayout {
|
layout: @GUI::HorizontalBoxLayout {
|
||||||
spacing: 16
|
spacing: 16
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue