image_viewer: Use buffer font in breadcrumbs (#40601)
Bartosz Kaszubowski
created
# Why
Spotted that image path in editor breadcrumb uses regular (UI) font in
comparison to paths of any other code-related files.
<img width="842" height="214" alt="Screenshot 2025-10-18 at 19 32 55"
src="https://github.com/user-attachments/assets/07823fd2-778a-4341-a647-3ab50192c8fa"
/>
# How
Use buffer font for image path in Image Viewer breadcrumbs.
Release Notes:
- Aligned appearance of path displayed by Image Viewer breadcrumbs with
other panes.
# Preview
### Before
<img width="842" height="214" alt="Screenshot 2025-10-18 at 19 26 17"
src="https://github.com/user-attachments/assets/921df27f-c104-457e-908c-e4beaea3a27e"
/>
### After
<img width="842" height="214" alt="Screenshot 2025-10-18 at 19 24 17"
src="https://github.com/user-attachments/assets/112ce5f3-1a2b-40e4-bf4f-e258f3518812"
/>