mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-23 05:44:45 -04:00
Moved some internal stylesheets to the file Standard.qss.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5481 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
dd42738b3c
commit
51e0f5e679
17 changed files with 214 additions and 605 deletions
|
@ -344,10 +344,6 @@ void MessagesDialog::processSettings(bool load)
|
|||
msgwheader->restoreState(Settings->value("MessageTree").toByteArray());
|
||||
}
|
||||
|
||||
// state of quick view list
|
||||
bool value = Settings->value("QuickViewList", true).toBool();
|
||||
ui.quickViewsButton->setChecked(value);
|
||||
|
||||
// state of splitter
|
||||
ui.msgSplitter->restoreState(Settings->value("Splitter").toByteArray());
|
||||
ui.msgSplitter_2->restoreState(Settings->value("Splitter2").toByteArray());
|
||||
|
@ -363,9 +359,6 @@ void MessagesDialog::processSettings(bool load)
|
|||
Settings->setValue("MessageTree", msgwheader->saveState());
|
||||
Settings->setValue("MessageTreeVersion", messageTreeVersion);
|
||||
|
||||
// state of quick view list
|
||||
Settings->setValue("QuickViewList", ui.quickViewsButton->isChecked());
|
||||
|
||||
// state of splitter
|
||||
Settings->setValue("Splitter", ui.msgSplitter->saveState());
|
||||
Settings->setValue("Splitter2", ui.msgSplitter_2->saveState());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue