1
Fork 0
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:
Karol Kosek 2022-05-21 00:25:23 +02:00 committed by Andreas Kling
parent 2d6edd5898
commit 67f1ac5de7

View file

@ -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..."
} }
} }