1
Fork 0
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:
tetektoza 2023-09-29 20:33:46 +02:00 committed by Tim Schumacher
parent 1e11116d65
commit 8118ea764f
5 changed files with 12 additions and 14 deletions

View file

@ -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"
}
}