mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:27:35 +00:00
MailSettings: Set icons from GML
This commit is contained in:
parent
3ee32b6dbf
commit
362df5b6dd
2 changed files with 4 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
@GUI::Label {
|
||||
fixed_width: 32
|
||||
fixed_height: 32
|
||||
name: "server_settings_image_label"
|
||||
icon: "/res/graphics/mail-server-settings.png"
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -52,6 +52,7 @@
|
|||
name: "server_input"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
spacing: 16
|
||||
|
@ -72,6 +73,7 @@
|
|||
name: "port_input"
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
spacing: 16
|
||||
|
@ -105,7 +107,7 @@
|
|||
@GUI::Label {
|
||||
fixed_width: 32
|
||||
fixed_height: 32
|
||||
name: "user_settings_image_label"
|
||||
icon: "/res/graphics/mail-user-settings.png"
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue