diff --git a/Userland/Applications/ThemeEditor/PathProperty.gml b/Userland/Applications/ThemeEditor/PathProperty.gml index 8ef7aec6b2..d42d0cb863 100644 --- a/Userland/Applications/ThemeEditor/PathProperty.gml +++ b/Userland/Applications/ThemeEditor/PathProperty.gml @@ -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..." } }