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

Commit2a91e6e

Browse files
committed
textfield & wider
1 parente25df16 commit2a91e6e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

‎Coder-Desktop/Coder-Desktop/Views/FileSync/FileSyncConfig.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ struct FileSyncConfig<VPN: VPNService, FS: FileSyncDaemon>: View {
123123
}
124124
}.sheet(isPresented: $addingNewSession){
125125
FileSyncSessionModal<VPN,FS>()
126-
.frame(width:550)
126+
.frame(width:700)
127127
}.onTapGesture{
128128
selection=nil
129129
}

‎Coder-Desktop/Coder-Desktop/Views/FileSync/FileSyncSessionModal.swift

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@ struct FileSyncSessionModal<VPN: VPNService, FS: FileSyncDaemon>: View {
1616
VStack(spacing:0){
1717
Form{
1818
Section{
19-
HStack{
20-
Text("Local Path")
21-
Text(localPath)
19+
HStack(spacing:5){
20+
TextField("Local Path", text: $localPath)
2221
Spacer()
2322
Button{
2423
letpanel=NSOpenPanel()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp