From 9cd6b97dd96fc5a44084fefb424dd58ad722edb3 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Sat, 24 Jun 2023 16:47:47 +0100 Subject: [PATCH] FileManager: Don't wrap long paths on Properties window These have a fixed height, so any wrapping made them entirely illegible. --- .../Applications/FileManager/PropertiesWindowGeneralTab.gml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml b/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml index 051bcf84efb..a77b5761a8a 100644 --- a/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml +++ b/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml @@ -59,6 +59,7 @@ name: "location" text: "/home/anon/file" text_alignment: "CenterLeft" + text_wrapping: "DontWrap" } } @@ -79,6 +80,7 @@ name: "link_location" text: "/home/anon/file" text_alignment: "CenterLeft" + text_wrapping: "DontWrap" } }