fix: apply same margin to svg buttons as to pixmap buttons (#6085)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2025-03-16 18:09:30 +01:00
committed by GitHub
parent b1279f3e67
commit 95703efb29
4 changed files with 39 additions and 11 deletions
+2 -1
View File
@@ -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()