2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Added initial implementation of footer in statistic chart widget.

This commit is contained in:
23rd
2023-05-26 14:58:43 +03:00
committed by John Preston
parent c71f35778d
commit 26b17325aa
2 changed files with 110 additions and 3 deletions

View File

@@ -31,7 +31,9 @@ protected:
private:
void measureHeightThreshold();
class Footer;
std::unique_ptr<Footer> _footer;
Data::StatisticalChart _chartData;
bool _useMinHeight = false;