mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fixed text clipping at bottom in settings section for cloud password.
This commit is contained in:
parent
8aa7499e63
commit
5ac80d2655
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ settingLocalPasscodeInputField: InputField(defaultInputField) {
|
|||
settingLocalPasscodeDescription: FlatLabel(changePhoneDescription) {
|
||||
minWidth: 256px;
|
||||
}
|
||||
settingLocalPasscodeDescriptionHeight: 52px;
|
||||
settingLocalPasscodeDescriptionHeight: 53px;
|
||||
settingLocalPasscodeError: FlatLabel(changePhoneError) {
|
||||
minWidth: 256px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue