mirror of https://github.com/procxx/kepka.git
Fix icon position in EditPeerInfoBox.
This commit is contained in:
parent
6a2b1bb48d
commit
672070e618
|
@ -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…
Reference in New Issue