mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Use separate styles for group call boxes.
This commit is contained in:
@@ -148,12 +148,12 @@ void CountryInput::setText(const QString &newText) {
|
||||
}
|
||||
|
||||
CountrySelectBox::CountrySelectBox(QWidget*)
|
||||
: _select(this, st::contactsMultiSelect, tr::lng_country_ph()) {
|
||||
: _select(this, st::defaultMultiSelect, tr::lng_country_ph()) {
|
||||
}
|
||||
|
||||
CountrySelectBox::CountrySelectBox(QWidget*, const QString &iso, Type type)
|
||||
: _type(type)
|
||||
, _select(this, st::contactsMultiSelect, tr::lng_country_ph()) {
|
||||
, _select(this, st::defaultMultiSelect, tr::lng_country_ph()) {
|
||||
if (Data::CountriesByISO2().contains(iso)) {
|
||||
LastValidISO = iso;
|
||||
}
|
||||
|
Reference in New Issue
Block a user