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:
@@ -815,7 +815,7 @@ ChartWidget::ChartWidget(not_null<Ui::RpWidget*> parent)
|
||||
|
||||
resize(
|
||||
width(),
|
||||
st::confirmMaxHeight
|
||||
st::statisticsChartHeight
|
||||
+ st::statisticsChartFooterHeight
|
||||
+ st::statisticsChartFooterSkip);
|
||||
}
|
||||
|
Reference in New Issue
Block a user