mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 00:55:12 +00:00
Intro redesign done.
This commit is contained in:
@@ -144,7 +144,7 @@ void CloudPasswordState::getPasswordDone(const MTPaccount_Password &result) {
|
||||
void CloudPasswordState::paintEvent(QPaintEvent *e) {
|
||||
Painter p(this);
|
||||
|
||||
auto text = st::linkFont->elided(_waitingConfirm, width() - _turnOff->width());
|
||||
auto text = st::boxTextFont->elided(_waitingConfirm, width() - _turnOff->width() - st::boxTextFont->spacew);
|
||||
if (!text.isEmpty()) {
|
||||
p.setPen(st::windowFg);
|
||||
p.setFont(st::boxTextFont);
|
||||
|
Reference in New Issue
Block a user