Make darker toasts for quiz solutions.

Этот коммит содержится в:
John Preston 2020-04-21 14:08:15 +04:00
родитель 57e9651a8a
Коммит 5cfd402b70
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -447,7 +447,7 @@ void Poll::showSolution() const {
return; return;
} }
auto config = Ui::Toast::Config(); auto config = Ui::Toast::Config();
config.multiline = true; config.multiline = config.dark = true;
config.minWidth = st::msgMinWidth; config.minWidth = st::msgMinWidth;
config.maxWidth = st::windowMinWidth; config.maxWidth = st::windowMinWidth;
config.text = _poll->solution; config.text = _poll->solution;

@ -1 +1 @@
Subproject commit 6d261326857f48906c272601a9f265d22269bb87 Subproject commit 40084cab9577064436e2b381c27f498ac4a210a3