mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-12 00:00:44 -04:00
attempting to fix layout isssues
Attempting to fix issues, layout and spacing
This commit is contained in:
parent
8ee86ea0da
commit
1f6589e68e
3 changed files with 34 additions and 40 deletions
|
@ -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()));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue