mirror of
https://github.com/RetroShare/RetroShare.git
synced 2026-09-12 19:50:17 +05:00
fixed to use font metrix
This commit is contained in:
parent
594cb1fa08
commit
754c0a90f2
@ -74,6 +74,8 @@ void GxsCommentDialog::init(const RsGxsId& default_author)
|
||||
int S = QFontMetricsF(font()).height() ;
|
||||
|
||||
ui->sortBox->setIconSize(QSize(S*1.5,S*1.5));
|
||||
ui->commentButton->setIconSize(QSize(S*1.5,S*1.5));
|
||||
ui->viewModeButton->setIconSize(QSize(S*1.5,S*1.5));
|
||||
}
|
||||
|
||||
void GxsCommentDialog::setGxsService(RsGxsCommentService *comment_service)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user