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:
parent
90b371ef47
commit
3ee32b6dbf
2 changed files with 3 additions and 11 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue