Migrate to iced 0.14.0

This commit is contained in:
2026-02-11 15:53:53 +03:00
parent 3c76aca1b6
commit 638080c0e9
6 changed files with 749 additions and 951 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ impl WritingState {
.size(36)
.into()
} else {
vertical_space().height(36).into()
space().height(36).into()
}
}
}