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

New design of the passport in a separate window.

This commit is contained in:
John Preston
2018-03-31 05:45:40 +04:00
parent a2dabfde56
commit 5cfead762d
36 changed files with 2112 additions and 555 deletions

View File

@@ -298,9 +298,9 @@ private:
class BoxContentDivider : public Ui::RpWidget {
public:
BoxContentDivider(QWidget *parent);
BoxContentDivider(QWidget *parent, int height);
protected:
int resizeGetHeight(int newWidth) override;
void paintEvent(QPaintEvent *e) override;
};