Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit919160f

Browse files
committed
make icon size a fixed square
1 parent9eb598f commit919160f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎Coder-Desktop/Coder-Desktop/Views/VPN/WorkspaceAppIcon.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,10 @@ struct WorkspaceAppIcon: View {
2626
height:Theme.Size.appIconHeight
2727
)
2828
}
29-
}
29+
}.frame(
30+
width:Theme.Size.appIconWidth,
31+
height:Theme.Size.appIconHeight
32+
)
3033
}.padding(4)
3134
}
3235
.clipShape(RoundedRectangle(cornerRadius:8))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp