mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
version 0.7.4 - german and dutch languages, some lang fixes
This commit is contained in:
@@ -102,7 +102,7 @@ CountryInput::CountryInput(QWidget *parent, const style::countryInput &st) : QWi
|
||||
p.setBrush(_st.bgColor->b);
|
||||
p.drawPolygon(trPoints, 3);
|
||||
}
|
||||
_arrow = QPixmap::fromImage(trImage);
|
||||
_arrow = QPixmap::fromImage(trImage, Qt::ColorOnly);
|
||||
_inner = QRect(0, 0, _st.width, _st.height);
|
||||
_arrowRect = QRect((st::inpIntroCountryCode.width - _arrow.width() - 1) / 2, _st.height, _arrow.width(), _arrow.height());
|
||||
}
|
||||
|
Reference in New Issue
Block a user