FileManager: Don't wrap long paths on Properties window

These have a fixed height, so any wrapping made them entirely illegible.
This commit is contained in:
Sam Atkins 2023-06-24 16:47:47 +01:00 committed by Sam Atkins
parent c0d0391d08
commit 9cd6b97dd9

View file

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