mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Add some additional space for TimePickerBox.
This commit is contained in:
@@ -39,7 +39,7 @@ Fn<TimeId()> TimePickerBox(
|
||||
phrases,
|
||||
std::less<>(),
|
||||
[&](const QString &s) { return font->width(s); });
|
||||
return font->width(*maxPhrase);
|
||||
return font->width(*maxPhrase) + font->spacew * 2;
|
||||
}();
|
||||
const auto itemHeight = st::historyMessagesTTLPickerItemHeight;
|
||||
auto paintCallback = [=](
|
||||
|
Reference in New Issue
Block a user