mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-05-16 21:03:57 +02:00
100 lines
2.8 KiB
Text
100 lines
2.8 KiB
Text
/*
|
|
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";
|
|
|
|
statisticsLayerOverviewMargins: margins(0px, 17px, 0px, 9px);
|
|
statisticsLayerMargins: margins(20px, 0px, 20px, 0px);
|
|
|
|
statisticsChartHeight: 200px;
|
|
|
|
statisticsChartEntryPadding: margins(0px, 13px, 0px, 2px);
|
|
|
|
statisticsDetailsArrowShift: 2px;
|
|
statisticsDetailsArrowStroke: 1.5;
|
|
statisticsDetailsPopupMargins: margins(12px, 8px, 12px, 11px);
|
|
statisticsDetailsPopupPadding: margins(6px, 6px, 6px, 6px);
|
|
statisticsDetailsPopupMidLineSpace: 4px;
|
|
statisticsDetailsDotRadius: 5px;
|
|
statisticsChartLineWidth: 2px;
|
|
|
|
statisticsChartFooterSkip: 11px;
|
|
statisticsChartFooterHeight: 42px;
|
|
statisticsChartFooterBetweenSide: 5px;
|
|
statisticsChartFooterSideWidth: 10px;
|
|
statisticsChartFooterArrowHeight: 10px;
|
|
statisticsChartFooterSideRadius: 6px;
|
|
|
|
statisticsChartRulerCaptionSkip: 4px;
|
|
|
|
statisticsChartBottomCaptionHeight: 15px;
|
|
statisticsChartBottomCaptionSkip: 6px;
|
|
|
|
statisticsChartBottomCaptionMaxWidth: 44px;
|
|
|
|
statisticsChartFlatCheckboxMargins: margins(4px, 3px, 4px, 5px);
|
|
statisticsChartFlatCheckboxCheckWidth: 3px;
|
|
statisticsChartFlatCheckboxShrinkkWidth: 4px;
|
|
|
|
statisticsFilterButtonsPadding: margins(0px, 12px, 0px, 8px);
|
|
|
|
statisticsDetailsPopupHeaderStyle: TextStyle(defaultTextStyle) {
|
|
font: font(12px semibold);
|
|
}
|
|
statisticsDetailsPopupStyle: TextStyle(defaultTextStyle) {
|
|
font: font(12px);
|
|
}
|
|
statisticsDetailsBottomCaptionStyle: TextStyle(defaultTextStyle) {
|
|
font: font(10px);
|
|
}
|
|
|
|
statisticsPieChartFont: font(20px);
|
|
statisticsPieChartPartOffset: 8px;
|
|
|
|
statisticsChartHeaderHeight: 36px;
|
|
statisticsChartHeaderPadding: margins(2px, 0px, 0px, 10px);
|
|
statisticsHeaderTitleTextStyle: TextStyle(defaultTextStyle) {
|
|
font: font(13px);
|
|
}
|
|
statisticsHeaderDatesTextStyle: TextStyle(defaultTextStyle) {
|
|
font: font(11px);
|
|
}
|
|
statisticsHeaderButton: RoundButton(defaultLightButton) {
|
|
width: -14px;
|
|
height: 20px;
|
|
textTop: 2px;
|
|
font: font(11px semibold);
|
|
}
|
|
|
|
statisticsLoadingSubtext: FlatLabel(changePhoneDescription) {
|
|
minWidth: 256px;
|
|
}
|
|
|
|
statisticsOverviewValue: FlatLabel(boxLabel) {
|
|
minWidth: 0px;
|
|
maxHeight: 60px;
|
|
style: TextStyle(defaultTextStyle) {
|
|
font: font(14px);
|
|
}
|
|
}
|
|
statisticsOverviewValuePadding: margins(2px, 1px, 0px, 0px);
|
|
statisticsOverviewSecondValuePadding: margins(5px, 3px, 0px, 0px);
|
|
statisticsOverviewSecondValue: FlatLabel(boxLabel) {
|
|
style: TextStyle(defaultTextStyle) {
|
|
font: font(11px);
|
|
}
|
|
}
|
|
statisticsOverviewSubtext: FlatLabel(boxLabel) {
|
|
minWidth: 152px;
|
|
maxHeight: 32px;
|
|
style: statisticsHeaderDatesTextStyle;
|
|
}
|
|
statisticsOverviewMidSkip: 50px;
|
|
statisticsOverviewRightSkip: 14px;
|