Skip to content

Commit 2a91e6e

Browse files
committed
textfield & wider
1 parent e25df16 commit 2a91e6e

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
let panel = NSOpenPanel()

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy