mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-05 08:55:59 +00:00
Some more ripple animations.
This commit is contained in:
@@ -350,6 +350,8 @@ MultiSelect::MultiSelect(QWidget *parent, const style::MultiSelect &st, const QS
|
||||
});
|
||||
|
||||
setAttribute(Qt::WA_OpaquePaintEvent);
|
||||
auto defaultWidth = _st.item.maxWidth + _st.fieldMinWidth + _st.fieldCancelSkip;
|
||||
resizeToWidth(_st.padding.left() + defaultWidth + _st.padding.right());
|
||||
}
|
||||
|
||||
bool MultiSelect::eventFilter(QObject *o, QEvent *e) {
|
||||
|
Reference in New Issue
Block a user