mirror of
https://gitlab.com/nkming2/nc-photos.git
synced 2025-01-23 01:06:21 +01:00
Tweak style
This commit is contained in:
parent
6c69e7e2ed
commit
0689040ccc
1 changed files with 6 additions and 3 deletions
|
@ -156,9 +156,12 @@ class _ViewerDetailPaneState extends State<ViewerDetailPane> {
|
|||
child: const Divider(),
|
||||
),
|
||||
ListTile(
|
||||
leading: Icon(
|
||||
Icons.image_outlined,
|
||||
color: AppTheme.getSecondaryTextColor(context),
|
||||
leading: Container(
|
||||
height: double.infinity,
|
||||
child: Icon(
|
||||
Icons.image_outlined,
|
||||
color: AppTheme.getSecondaryTextColor(context),
|
||||
),
|
||||
),
|
||||
title: Text(basenameWithoutExtension(widget.file.path)),
|
||||
subtitle: Text(widget.file.strippedPath),
|
||||
|
|
Loading…
Reference in a new issue