-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Description

The last segment seems to be aligned while the previous segments aren't.
I think TextLineBounds = Full here makes all text alignment a little bit off, especially for non-latin languages:
| <Setter Property="TextLineBounds" Value="Full" /> |
And I think this is why manual
Padding adjustments are prevalent here and there:https://github.com/search?q=repo%3Afiles-community%2FFiles%20padding&type=code
including the last segment of the path breadcrumb:
| Padding="0,4" |
We might be able to utilize the typographic options.
https://blogs.windows.com/windowsdeveloper/2013/11/11/xaml-text-improvements-in-windows-8-1/
I believe that it would make the app more resilient to font-related alignment issues.
I think this is the right place to do:
| <Style x:Key="App.Theme.BaseTextBlockStyle" TargetType="TextBlock"> |
Steps To Reproduce
- Navigate to some directories
- See path segments
Requirements
Baselines should be aligned.
Files Version
3.2.0.0
Windows Version
Windows 11, 23H2, 22631.3155
Log File
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done