mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Fix icon position in EditPeerInfoBox.
This commit is contained in:
parent
6a2b1bb48d
commit
672070e618
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ manageGroupButton: InfoProfileCountButton(managePeerButton) {
|
|||
font: font(14px);
|
||||
}
|
||||
labelPosition: point(22px, 12px);
|
||||
iconPosition: point(20px, 5px);
|
||||
iconPosition: point(20px, 4px);
|
||||
}
|
||||
|
||||
manageGroupTopButtonWithText: InfoProfileCountButton(manageGroupButton) {
|
||||
|
|
Loading…
Add table
Reference in a new issue