mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Removed placeholder from input field in box for renaming sticker set.
This commit is contained in:
parent
e9bb6f65e3
commit
65a14bcab4
1 changed files with 9 additions and 2 deletions
|
@ -1414,8 +1414,15 @@ editTagLimit: FlatLabel(defaultFlatLabel) {
|
||||||
}
|
}
|
||||||
|
|
||||||
editStickerSetNameField: InputField(defaultInputField) {
|
editStickerSetNameField: InputField(defaultInputField) {
|
||||||
textMargins: margins(0px, 28px, 26px, 4px);
|
textMargins: margins(0px, 8px, 26px, 4px);
|
||||||
heightMax: 55px;
|
heightMin: 36px;
|
||||||
|
heightMax: 36px;
|
||||||
|
placeholderFg: placeholderFg;
|
||||||
|
placeholderFgActive: placeholderFgActive;
|
||||||
|
placeholderFgError: placeholderFgActive;
|
||||||
|
placeholderMargins: margins(2px, 0px, 2px, 0px);
|
||||||
|
placeholderScale: 0.;
|
||||||
|
placeholderFont: normalFont;
|
||||||
}
|
}
|
||||||
editStickerSetNameLoading: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) {
|
editStickerSetNameLoading: InfiniteRadialAnimation(defaultInfiniteRadialAnimation) {
|
||||||
color: lightButtonFg;
|
color: lightButtonFg;
|
||||||
|
|
Loading…
Add table
Reference in a new issue