43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
/*
|
|
This file is part of Telegram Desktop,
|
|
the official desktop application for the Telegram messaging service.
|
|
|
|
For license and copyright information please follow this link:
|
|
https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|
*/
|
|
using "ui/basic.style";
|
|
|
|
using "window/window.style";
|
|
using "ui/widgets/widgets.style";
|
|
|
|
statisticsChartHeight: 150px;
|
|
|
|
statisticsDetailsPopupMargins: margins(8px, 8px, 8px, 8px);
|
|
statisticsDetailsPopupPadding: margins(6px, 6px, 6px, 6px);
|
|
statisticsDetailsPopupMidLineSpace: 8px;
|
|
statisticsDetailsDotRadius: 4px;
|
|
statisticsChartLineWidth: 2px;
|
|
|
|
statisticsChartFooterSideWidth: 22px;
|
|
statisticsChartFooterArrowSize: size(10px, 30px);
|
|
|
|
statisticsChartHorizontalLineCaptionSkip: 4px;
|
|
|
|
statisticsChartBottomCaptionHeight: 30px;
|
|
statisticsChartBottomCaptionSkip: 15px;
|
|
|
|
statisticsChartBottomCaptionMaxWidth: 44px;
|
|
|
|
statisticsChartFooterSkip: 10px;
|
|
statisticsChartFooterHeight: 52px;
|
|
|
|
statisticsChartFlatCheckboxMargins: margins(6px, 4px, 6px, 4px);
|
|
statisticsChartFlatCheckboxCheckWidth: 4px;
|
|
|
|
statisticsDetailsPopupStyle: TextStyle(defaultTextStyle) {
|
|
font: font(11px);
|
|
}
|
|
statisticsDetailsBottomCaptionStyle: TextStyle(defaultTextStyle) {
|
|
font: font(10px);
|
|
}
|