diff --git a/retroshare-gui/src/gui/SearchDialog.cpp b/retroshare-gui/src/gui/SearchDialog.cpp index 037dea60f..d8d78f48c 100644 --- a/retroshare-gui/src/gui/SearchDialog.cpp +++ b/retroshare-gui/src/gui/SearchDialog.cpp @@ -149,8 +149,8 @@ SearchDialog::SearchDialog(QWidget *parent) // set header text aligment QTreeWidgetItem * headerItem = ui.searchResultWidget->headerItem(); - headerItem->setTextAlignment(1, Qt::AlignRight | Qt::AlignVRight); - headerItem->setTextAlignment(2, Qt::AlignHCenter | Qt::AlignVRight); + headerItem->setTextAlignment(1, Qt::AlignRight | Qt::AlignRight); + headerItem->setTextAlignment(2, Qt::AlignRight | Qt::AlignRight);