diff --git a/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp b/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp index b3ff7dc677..43a5e50a1e 100644 --- a/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp +++ b/Telegram/SourceFiles/ui/boxes/time_picker_box.cpp @@ -39,7 +39,7 @@ Fn 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 = [=](