Skip to content

Commit 5240952

Browse files
author
Carl Chang
committed
change default thumb size;
1 parent 8db55ee commit 5240952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Helpers/Setting.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public static string ThumbDbDir {
4444
}
4545
}
4646

47-
private static ObservablePair<int, int> thumbnailSize = new ObservablePair<int, int>(300, 200);
47+
private static ObservablePair<int, int> thumbnailSize = new ObservablePair<int, int>(300, 300);
4848
public static ObservablePair<int, int> ThumbnailSize {
4949
get => thumbnailSize;
5050
set {

0 commit comments

Comments
 (0)