2016-04-16 17:51:25 +00:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
|
|
|
the official desktop version of Telegram messaging app, see https://telegram.org
|
|
|
|
|
|
|
|
Telegram Desktop is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
It is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
In addition, as a special exception, the copyright holders give permission
|
|
|
|
to link the code of portions of this program with the OpenSSL library.
|
|
|
|
|
|
|
|
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|
|
|
Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
|
|
|
*/
|
|
|
|
|
|
|
|
// Legacy styles
|
2016-04-21 17:57:29 +00:00
|
|
|
using "basic_types.style";
|
|
|
|
using "basic.style";
|
2016-04-16 17:51:25 +00:00
|
|
|
|
2016-07-27 18:36:45 +00:00
|
|
|
using "boxes/boxes.style";
|
2016-06-08 10:24:20 +00:00
|
|
|
using "dialogs/dialogs.style";
|
|
|
|
using "history/history.style";
|
2016-04-21 17:57:29 +00:00
|
|
|
using "overview/overview.style";
|
2016-06-06 11:35:49 +00:00
|
|
|
using "profile/profile.style";
|
2016-07-19 12:31:48 +00:00
|
|
|
using "media/view/mediaview.style";
|
|
|
|
using "ui/widgets/widgets.style";
|