mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-11 17:59:17 +00:00
Remove additional space around '×'
This commit is contained in:
@@ -45,7 +45,7 @@ namespace QuickLook.Plugin.ImageViewer
|
|||||||
_ip = new ImagePanel(path);
|
_ip = new ImagePanel(path);
|
||||||
|
|
||||||
context.ViewerContent = _ip;
|
context.ViewerContent = _ip;
|
||||||
context.Title = $"{Path.GetFileName(path)} ({_imageSize.Width} × {_imageSize.Height})";
|
context.Title = $"{Path.GetFileName(path)} ({_imageSize.Width}×{_imageSize.Height})";
|
||||||
|
|
||||||
context.IsBusy = false;
|
context.IsBusy = false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user