2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Almost all icons moved from sprite.

It is a broken build, some of sprite()s are in stickers.style file.
This commit is contained in:
John Preston
2016-10-28 00:19:38 +03:00
parent 29493a0693
commit f7374aa7b7
59 changed files with 316 additions and 314 deletions

View File

@@ -29,7 +29,7 @@ class IndexedList;
} // namespace Dialogs
namespace Ui {
class RoundButton;
class IconButton;
class PopupMenu;
} // namespace Ui
@@ -221,7 +221,7 @@ private:
void paintDialog(QPainter &p, Dialogs::Row *dialog);
LinkButton _addContactLnk;
IconedButton _cancelSearchInPeer;
ChildWidget<Ui::IconButton> _cancelSearchInPeer;
bool _overDelete = false;
@@ -336,8 +336,9 @@ private:
mtpRequestId _dialogsRequest, _contactsRequest;
FlatInput _filter;
ChildWidget<Ui::RoundButton> _newGroup;
IconedButton _addContact, _cancelSearch;
ChildWidget<Ui::IconButton> _newGroup;
ChildWidget<Ui::IconButton> _addContact;
ChildWidget<Ui::IconButton> _cancelSearch;
ScrollArea _scroll;
DialogsInner _inner;