mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02: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