mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:27:35 +00:00
ThemeEditor: Use 'open' icon instead of ellipsis on path picker button
The ellipsis seemed a little unclear for me.
This commit is contained in:
parent
2d6edd5898
commit
67f1ac5de7
1 changed files with 2 additions and 2 deletions
|
@ -17,8 +17,8 @@
|
|||
|
||||
@GUI::Button {
|
||||
name: "path_picker_button"
|
||||
fixed_width: 20
|
||||
text: "..."
|
||||
fixed_width: 22
|
||||
icon: "/res/icons/16x16/open.png"
|
||||
tooltip: "Choose..."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue