From 67f1ac5de75438921ac4a0cb3dd4c60050d7836f Mon Sep 17 00:00:00 2001 From: Karol Kosek Date: Sat, 21 May 2022 00:25:23 +0200 Subject: [PATCH] ThemeEditor: Use 'open' icon instead of ellipsis on path picker button The ellipsis seemed a little unclear for me. --- Userland/Applications/ThemeEditor/PathProperty.gml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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..." } }