2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Closed beta 10019011: various style improvements.

This commit is contained in:
John Preston
2016-12-03 15:10:35 +03:00
parent 2796c53542
commit b0f14d1856
60 changed files with 441 additions and 313 deletions

View File

@@ -49,6 +49,7 @@ protected:
private:
void checkSelf();
void updateControlsGeometry();
void updateConnectionState();
ChildWidget<Profile::UserpicButton> _userpicButton = { nullptr };
ChildWidget<Ui::Menu> _menu;
@@ -56,6 +57,7 @@ private:
ChildWidget<Ui::FlatLabel> _version;
bool _showFinished = false;
QString _connectionText;
};