Merge pull request #2299 from PhenomRetroShare/Fix_SomeGUI

Fix some GUI
This commit is contained in:
csoler 2021-02-08 13:45:11 +01:00 committed by GitHub
commit 64d738edae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -366,6 +366,7 @@ IdDialog::IdDialog(QWidget *parent) : MainPage(parent), ui(new Ui::IdDialog)
/* Set header resize modes and initial section sizes */
QHeaderView * idheader = ui->idTreeWidget->header();
QHeaderView_setSectionResizeModeColumn(idheader, RSID_COL_VOTES, QHeaderView::ResizeToContents);
idheader->setStretchLastSection(true);
mStateHelper->setActive(IDDIALOG_IDDETAILS, false);
mStateHelper->setActive(IDDIALOG_REPLIST, false);

View File

@ -29,6 +29,11 @@ ChatWidget QLabel#titleLabel, ChatWidget QLabel#statusLabel
qproperty-fontSizeFactor: 125;
}
ChatWidget QFrame#pluginTitleFrame, QFrame#pluginTopFrame
{
background: transparent;
}
FriendsDialog QLabel#nicknameLabel
{
qproperty-fontSizeFactor: 200;
@ -153,7 +158,7 @@ GxsForumThreadWidget StyledElidedLabel#forumName
{
padding: 2px;
font: bold;
font-size: 15px;
font-size: 1.5em;
}
GroupTreeWidget

View File

@ -1493,11 +1493,6 @@ RSTextBrowser, MimeTextEdit
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
}
ChatWidget QFrame#pluginTitleFrame
{
background: transparent;
}
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
border: 2px solid #38444d;
border-radius: 6px;