mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-08-02 02:07:54 +00:00
conflicts fixed, moved to open sans font
This commit is contained in:
@@ -451,7 +451,7 @@ void SettingsInner::resizeEvent(QResizeEvent *e) {
|
||||
// general
|
||||
top += st::setHeaderSkip;
|
||||
_autoUpdate.move(_left, top);
|
||||
_checkNow.move(_left + st::setWidth - _checkNow.width(), top); top += _autoUpdate.height();
|
||||
_checkNow.move(_left + st::setWidth - _checkNow.width(), top + st::cbDefFlat.textTop); top += _autoUpdate.height();
|
||||
_restartNow.move(_left + st::setWidth - _restartNow.width(), top + st::setVersionTop);
|
||||
top += st::setVersionHeight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user