mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 14:07:45 +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 {
|
@GUI::Button {
|
||||||
name: "path_picker_button"
|
name: "path_picker_button"
|
||||||
fixed_width: 20
|
fixed_width: 22
|
||||||
text: "..."
|
icon: "/res/icons/16x16/open.png"
|
||||||
tooltip: "Choose..."
|
tooltip: "Choose..."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue