Skip to content

Commit e7136c1

Browse files
0x5bfayaira2
authored andcommitted
Update
1 parent ae718a3 commit e7136c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Files.App/Data/Items/WindowEx.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ private LRESULT NewWindowProc(HWND param0, uint param1, WPARAM param2, LPARAM pa
3232
var dpi = PInvoke.GetDpiForWindow(new(param0));
3333
float scalingFactor = (float)dpi / 96;
3434

35-
// ここで、最上の大きさをMINMAXINFOに入れて指定する
3635
MINMAXINFO minMaxInfo = Marshal.PtrToStructure<MINMAXINFO>(param3);
3736
minMaxInfo.minTrackSize.cx = (int)(MinWidth * scalingFactor);
3837
minMaxInfo.minTrackSize.cy = (int)(MinHeight * scalingFactor);

0 commit comments

Comments
 (0)