2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Closed beta 10020001: application icon changed.

This commit is contained in:
John Preston
2016-12-19 19:51:29 +03:00
parent 2436ad74bd
commit 0480e02b23
62 changed files with 54 additions and 28 deletions

View File

@@ -218,7 +218,7 @@ void SettingsSlider::startRipple(int sectionIndex) {
QImage SettingsSlider::prepareRippleMask(int sectionIndex, const Section &section) {
auto size = QSize(section.width, height() - _st.rippleBottomSkip);
if (!_st.rippleRoundRadius || sectionIndex > 0 && sectionIndex + 1 < getSectionsCount()) {
if (!_st.rippleRoundRadius || (sectionIndex > 0 && sectionIndex + 1 < getSectionsCount())) {
return RippleAnimation::rectMask(size);
}
return RippleAnimation::maskByDrawer(size, false, [this, sectionIndex, width = section.width](QPainter &p) {

View File

@@ -868,6 +868,9 @@ MediaPlayerButton {
}
ProfilePeerListItem {
left: pixels;
bottom: pixels;
button: OutlineButton;
statusFg: color;
statusFgOver: color;