diff --git a/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml b/Userland/Applications/FileManager/PropertiesWindowGeneralTab.gml index 051bcf84ef..a77b5761a8 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" } }