From 6034d9036088cacf8505c649ae53e1c670daba1c Mon Sep 17 00:00:00 2001 From: Garth Vander Houwen Date: Wed, 24 Jan 2024 10:40:26 -0800 Subject: [PATCH] Add some padding to the channel key validation --- Meshtastic/Views/Settings/Channels.swift | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Meshtastic/Views/Settings/Channels.swift b/Meshtastic/Views/Settings/Channels.swift index c736d35a..88bcd2ab 100644 --- a/Meshtastic/Views/Settings/Channels.swift +++ b/Meshtastic/Views/Settings/Channels.swift @@ -172,6 +172,7 @@ struct Channels: View { "Key", text: $channelKey ) + .padding(4) .disableAutocorrection(true) .keyboardType(.alphabet) .foregroundColor(Color.gray) @@ -195,13 +196,6 @@ struct Channels: View { hasChanges = true }) .disabled(channelKeySize <= 0) -// TextField( -// "", -// text: $channelKey, -// axis: .vertical -// ) -// .foregroundColor(Color.gray) -// .disabled(true) } Picker("Channel Role", selection: $channelRole) { if channelRole == 1 {