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

MouseSettings: Set icons from GML

This commit is contained in:
Dylan Katz 2022-01-28 23:29:10 -08:00 committed by Andreas Kling
parent 90b371ef47
commit 3ee32b6dbf
2 changed files with 3 additions and 11 deletions

View file

@ -23,7 +23,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "cursor_speed_image_label"
icon: "/res/graphics/mouse-cursor-speed.png"
}
@GUI::Label {
@ -72,7 +72,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "scroll_step_size_image_label"
icon: "/res/graphics/scroll-wheel-step-size.png"
}
@GUI::Label {
@ -176,7 +176,7 @@
@GUI::Label {
fixed_width: 32
fixed_height: 32
name: "switch_buttons_image_label"
icon: "/res/graphics/switch-mouse-buttons.png"
}
@GUI::CheckBox {