mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 06:47:34 +00:00
NetworkSettings: Port NetworkSettings to GML compilation
This commit is contained in:
parent
1e11116d65
commit
8118ea764f
5 changed files with 12 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
@GUI::Frame {
|
||||
@NetworkSettings::NetworkSettingsWidget {
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [10]
|
||||
|
@ -24,7 +24,6 @@
|
|||
}
|
||||
|
||||
@GUI::ComboBox {
|
||||
model_only: true
|
||||
name: "adapters_combobox"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue