mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Status editor: Vertical image alt
This commit is contained in:
parent
8236029432
commit
dc47f93ca4
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,9 @@ struct StatusEditorMediaEditView: View {
|
|||
NavigationStack {
|
||||
Form {
|
||||
Section {
|
||||
TextField("status.editor.media.image-description", text: $imageDescription, axis: .horizontal)
|
||||
TextField("status.editor.media.image-description",
|
||||
text: $imageDescription,
|
||||
axis: .vertical)
|
||||
}
|
||||
.listRowBackground(theme.primaryBackgroundColor)
|
||||
Section {
|
||||
|
|
Loading…
Reference in a new issue