mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:57:35 +00:00
KeyboardSettings: Set icons from GML
This commit is contained in:
parent
ca912a87f1
commit
90b371ef47
2 changed files with 3 additions and 7 deletions
|
@ -23,7 +23,7 @@
|
|||
@GUI::Label {
|
||||
fixed_width: 32
|
||||
fixed_height: 32
|
||||
name: "character_map_image_label"
|
||||
icon: "/res/icons/32x32/app-keyboard-mapper.png"
|
||||
}
|
||||
|
||||
@GUI::Widget
|
||||
|
@ -59,6 +59,7 @@
|
|||
text: "Test your current keymap below"
|
||||
text_alignment: "CenterLeft"
|
||||
}
|
||||
|
||||
@GUI::Button {
|
||||
text: "Clear"
|
||||
name: "button_clear_test_typing_area"
|
||||
|
@ -85,7 +86,7 @@
|
|||
@GUI::Label {
|
||||
fixed_width: 32
|
||||
fixed_height: 32
|
||||
name: "num_lock_image_label"
|
||||
icon: "/res/icons/32x32/app-calculator.png"
|
||||
}
|
||||
|
||||
@GUI::CheckBox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue