mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 11:47:36 +00:00
WindowServer+MouseSettings: Make default cursor highlight more visible
A litte smaller, and red with a slightly higher opacity, which is much easier to make out.
This commit is contained in:
parent
d3ed490cb4
commit
44cd973148
3 changed files with 9 additions and 9 deletions
|
@ -53,7 +53,7 @@
|
|||
orientation: "Horizontal"
|
||||
max: 230
|
||||
min: 0
|
||||
value: 80
|
||||
value: 110
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
@ -87,7 +87,7 @@
|
|||
orientation: "Horizontal"
|
||||
max: 60
|
||||
min: 19
|
||||
value: 30
|
||||
value: 25
|
||||
}
|
||||
|
||||
@GUI::Label {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue