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

Media::Player::Widget added instead of PlayerWidget.

New media player bar widget added. Switching between floating
media player panel and media player widget. New volume controller.
This commit is contained in:
John Preston
2016-10-12 22:34:25 +03:00
parent 8f135d7e00
commit 9eb8a93719
98 changed files with 2305 additions and 1841 deletions

View File

@@ -22,6 +22,10 @@ Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
#include "layerwidget.h"
namespace Ui {
class PlainShadow;
} // namespace Ui
namespace Settings {
class InnerWidget;
@@ -50,7 +54,7 @@ private:
ChildWidget<ScrollArea> _scroll;
ChildWidget<InnerWidget> _inner;
ChildWidget<FixedBar> _fixedBar;
ChildWidget<PlainShadow> _fixedBarShadow1, _fixedBarShadow2;
ChildWidget<Ui::PlainShadow> _fixedBarShadow1, _fixedBarShadow2;
int _contentLeft = 0;