2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-10-07 13:26:47 +00:00

Intro redesign done.

This commit is contained in:
John Preston
2016-11-24 22:28:23 +03:00
parent 6e0394dd42
commit 3da0533339
71 changed files with 2150 additions and 1776 deletions

View File

@@ -21,7 +21,7 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#pragma once
namespace Ui {
class FlatInput;
class PasswordInput;
class LinkButton;
class RoundButton;
} // namespace Ui
@@ -56,7 +56,7 @@ private:
anim::ivalue a_coordUnder, a_coordOver;
anim::fvalue a_shadow;
ChildWidget<Ui::FlatInput> _passcode;
ChildWidget<Ui::PasswordInput> _passcode;
ChildWidget<Ui::RoundButton> _submit;
ChildWidget<Ui::LinkButton> _logout;
QString _error;