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

Extract TabbedSelector from TabbedPanel.

Now we can use TabbedSelector separately, not only inside the panel.
This commit is contained in:
John Preston
2017-04-08 18:20:12 +03:00
parent 2c81014188
commit 647ea44881
18 changed files with 1058 additions and 804 deletions

View File

@@ -142,6 +142,7 @@ StickersBox::StickersBox(QWidget*, Section section)
, _installed(0, this, Section::Installed)
, _featured(1, this, Section::Featured)
, _archived(2, this, Section::Archived) {
_tabs->setRippleTopRoundRadius(st::boxRadius);
}
StickersBox::StickersBox(QWidget*, const Stickers::Order &archivedIds)