mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Add some margin for one-line profile values copying.
This commit is contained in:
parent
473e190aeb
commit
ab06574fd9
1 changed files with 1 additions and 0 deletions
|
@ -402,6 +402,7 @@ infoLabeledOneLine: FlatLabel(defaultFlatLabel) {
|
|||
style: TextStyle(defaultTextStyle) {
|
||||
lineHeight: 19px;
|
||||
}
|
||||
margin: margins(5px, 5px, 5px, 5px);
|
||||
}
|
||||
infoLabelSkip: 2px;
|
||||
infoLabel: FlatLabel(infoLabeledOneLine) {
|
||||
|
|
Loading…
Add table
Reference in a new issue