mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
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:
parent
c0d0391d08
commit
9cd6b97dd9
Notes:
sideshowbarker
2024-07-16 20:12:13 +09:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/SerenityOS/serenity/commit/9cd6b97dd9 Pull-request: https://github.com/SerenityOS/serenity/pull/19691 Reviewed-by: https://github.com/LucasChollet Reviewed-by: https://github.com/kleinesfilmroellchen ✅ Reviewed-by: https://github.com/nico ✅
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue