Skip to content

Commit

Permalink
Tweak styling of filenames
Browse files Browse the repository at this point in the history
There's no reason to have them use font that big. Libadwaita includes
appropriate styles for this use case, so use them.

Update screenshot accordingly.
  • Loading branch information
v1993 committed Oct 29, 2023
1 parent 5328782 commit 1d67fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified data/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/widgets/DeviceStatusRow.blp
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,13 @@ template $NXDumpClientDeviceStatusRow: Adw.Bin {
}

Label {
styles ["title-4"]
styles ["heading"]
ellipsize: start;
label: bind template.file_name;
}

Label {
styles ["body"]
ellipsize: end;
label: bind template.file_name_inner;
}
Expand Down

0 comments on commit 1d67fb1

Please sign in to comment.