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

Closed beta 10019013: Groups in common now are opened in a section.

This commit is contained in:
John Preston
2016-12-08 17:08:54 +03:00
parent 47977009b8
commit 4692fdeb5f
38 changed files with 954 additions and 537 deletions

View File

@@ -244,7 +244,7 @@ private:
class Voice : public RadialProgressItem {
public:
Voice(DocumentData *voice, HistoryItem *parent);
Voice(DocumentData *voice, HistoryItem *parent, const style::OverviewFileLayout &st);
void initDimensions() override;
void paint(Painter &p, const QRect &clip, TextSelection selection, const PaintContext *context) override;
@@ -269,6 +269,8 @@ private:
StatusText _status;
ClickHandlerPtr _namel;
const style::OverviewFileLayout &_st;
Text _name, _details;
int _nameVersion;