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

Added own value of height for chart widget.

This commit is contained in:
23rd
2023-07-14 00:59:40 +03:00
committed by John Preston
parent 367adaa44d
commit 94fd3e32dd
2 changed files with 3 additions and 1 deletions

View File

@@ -815,7 +815,7 @@ ChartWidget::ChartWidget(not_null<Ui::RpWidget*> parent)
resize(
width(),
st::confirmMaxHeight
st::statisticsChartHeight
+ st::statisticsChartFooterHeight
+ st::statisticsChartFooterSkip);
}