mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Merge pull request #2299 from PhenomRetroShare/Fix_SomeGUI
Fix some GUI
This commit is contained in:
commit
64d738edae
@ -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);
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user