mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-24 13:59:29 -04:00
Merge pull request #2299 from PhenomRetroShare/Fix_SomeGUI
Fix some GUI
This commit is contained in:
commit
64d738edae
3 changed files with 7 additions and 6 deletions
|
@ -366,6 +366,7 @@ IdDialog::IdDialog(QWidget *parent) : MainPage(parent), ui(new Ui::IdDialog)
|
||||||
/* Set header resize modes and initial section sizes */
|
/* Set header resize modes and initial section sizes */
|
||||||
QHeaderView * idheader = ui->idTreeWidget->header();
|
QHeaderView * idheader = ui->idTreeWidget->header();
|
||||||
QHeaderView_setSectionResizeModeColumn(idheader, RSID_COL_VOTES, QHeaderView::ResizeToContents);
|
QHeaderView_setSectionResizeModeColumn(idheader, RSID_COL_VOTES, QHeaderView::ResizeToContents);
|
||||||
|
idheader->setStretchLastSection(true);
|
||||||
|
|
||||||
mStateHelper->setActive(IDDIALOG_IDDETAILS, false);
|
mStateHelper->setActive(IDDIALOG_IDDETAILS, false);
|
||||||
mStateHelper->setActive(IDDIALOG_REPLIST, false);
|
mStateHelper->setActive(IDDIALOG_REPLIST, false);
|
||||||
|
|
|
@ -29,6 +29,11 @@ ChatWidget QLabel#titleLabel, ChatWidget QLabel#statusLabel
|
||||||
qproperty-fontSizeFactor: 125;
|
qproperty-fontSizeFactor: 125;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ChatWidget QFrame#pluginTitleFrame, QFrame#pluginTopFrame
|
||||||
|
{
|
||||||
|
background: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
FriendsDialog QLabel#nicknameLabel
|
FriendsDialog QLabel#nicknameLabel
|
||||||
{
|
{
|
||||||
qproperty-fontSizeFactor: 200;
|
qproperty-fontSizeFactor: 200;
|
||||||
|
@ -153,7 +158,7 @@ GxsForumThreadWidget StyledElidedLabel#forumName
|
||||||
{
|
{
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
font: bold;
|
font: bold;
|
||||||
font-size: 15px;
|
font-size: 1.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
GroupTreeWidget
|
GroupTreeWidget
|
||||||
|
|
|
@ -1493,11 +1493,6 @@ RSTextBrowser, MimeTextEdit
|
||||||
qproperty-textColorQuotes: ColorList(#789922 #039bd5 #800000 #800080 #008080 #b10dc9 #85144b #3d9970);
|
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 {
|
PulseTopLevel QFrame#frame, PulseViewGroup QFrame#frame, PulseReply QFrame#frame {
|
||||||
border: 2px solid #38444d;
|
border: 2px solid #38444d;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue