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

DisplaySettings: Set "open wallpaper" button style in GML

This commit is contained in:
Andreas Kling 2021-01-04 15:28:51 +01:00
parent 6041e48eaa
commit ce7b09a3c5
2 changed files with 2 additions and 2 deletions

View file

@ -29,7 +29,8 @@
@GUI::Button {
name: "wallpaper_open_button"
tooltip: "Select Wallpaper from file system."
tooltip: "Select wallpaper from file system."
button_style: "CoolBar"
fixed_width: 22
fixed_height: 22
}