attempting to fix layout isssues

Attempting to fix issues, layout and spacing
This commit is contained in:
defnax 2019-03-26 00:01:52 +01:00
parent 8ee86ea0da
commit 1f6589e68e
3 changed files with 34 additions and 40 deletions

View file

@ -65,6 +65,11 @@ PostedListWidget::PostedListWidget(const RsGxsGroupId &postedId, QWidget *parent
/* fill in the available OwnIds for signing */
ui->idChooser->loadIds(IDCHOOSER_ID_REQUIRED, RsGxsId());
int S = QFontMetricsF(font()).height() ;
ui->submitPostButton->setIconSize(QSize(S*1.5,S*1.5));
ui->comboBox->setIconSize(QSize(S*1.5,S*1.5));
connect(ui->submitPostButton, SIGNAL(clicked()), this, SLOT(newPost()));