1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:37:45 +00:00

BrowserSettings: Set icons from GML

This commit is contained in:
Dylan Katz 2022-01-28 23:03:57 -08:00 committed by Andreas Kling
parent 1c18261f8b
commit ca912a87f1
2 changed files with 4 additions and 16 deletions

View file

@ -23,7 +23,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "homepage_image_label"
icon: "/res/icons/32x32/home.png"
}
@GUI::Label {
@ -56,7 +56,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "appearance_image_label"
icon: "/res/icons/32x32/color-chooser.png"
}
@GUI::Label {
@ -103,7 +103,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "search_engine_image_label"
icon: "/res/icons/32x32/search-engine.png"
}
@GUI::CheckBox {
@ -175,7 +175,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "download_image_label"
icon: "/res/icons/32x32/downloads.png"
}
@GUI::CheckBox {