mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-27 11:48:59 +00:00
BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml
This commit is contained in:
parent
c04c2df0f7
commit
c001e3f2fd
Notes:
sideshowbarker
2024-07-17 18:34:11 +09:00
Author: https://github.com/awesomekling
Commit: c001e3f2fd
1 changed files with 2 additions and 7 deletions
|
@ -1,6 +1,5 @@
|
|||
@GUI::Frame {
|
||||
fill_with_background_color: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [10]
|
||||
spacing: 5
|
||||
|
@ -13,7 +12,6 @@
|
|||
|
||||
@GUI::GroupBox {
|
||||
title: "Domain list"
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [8]
|
||||
}
|
||||
|
@ -24,12 +22,9 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 32
|
||||
layout: @GUI::HorizontalBoxLayout {}
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
}
|
||||
@GUI::Widget {}
|
||||
|
||||
@GUI::Button {
|
||||
name: "add_new_domain_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue