2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improved style of boosts info.

This commit is contained in:
23rd
2023-10-21 00:20:59 +03:00
committed by John Preston
parent d3aa0664a7
commit daf76c1bc2
8 changed files with 76 additions and 33 deletions

View File

@@ -65,7 +65,8 @@ void AddBubbleRow(
int max,
bool premiumPossible,
Fn<QString(int)> text,
const style::icon *icon);
const style::icon *icon,
const style::margins &outerPadding);
void AddLimitRow(
not_null<Ui::VerticalLayout*> parent,
@@ -93,7 +94,8 @@ void AddLimitRow(
not_null<Ui::VerticalLayout*> parent,
const style::PremiumLimits &st,
LimitRowLabels labels,
rpl::producer<float64> ratio);
rpl::producer<float64> ratio,
const style::margins &padding);
struct AccountsRowArgs final {
std::shared_ptr<Ui::RadiobuttonGroup> group;