fix: apply same margin to svg buttons as to pixmap buttons (#6085)
Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
@@ -295,7 +295,8 @@ void SplitInput::updateEmoteButton()
|
||||
}
|
||||
|
||||
this->ui_.emoteButton->setFixedHeight(int(18 * scale));
|
||||
this->ui_.emoteButton->setFixedWidth(int(18 * scale));
|
||||
// Make button slightly wider so it's easier to click
|
||||
this->ui_.emoteButton->setFixedWidth(int(24 * scale));
|
||||
}
|
||||
|
||||
void SplitInput::updateCancelReplyButton()
|
||||
|
||||
Reference in New Issue
Block a user