mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
* added noskin.qss for use RetroShare without styleesheets
* added for expandButton for the hide/show correct icons/ToolTips * added for Blogs Comboboxes some usefull icons git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@696 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
df509a3683
commit
0626a08d01
10 changed files with 83 additions and 12 deletions
33
retroshare-gui/src/release/qss/noskin.qss
Normal file
33
retroshare-gui/src/release/qss/noskin.qss
Normal file
|
@ -0,0 +1,33 @@
|
|||
|
||||
|
||||
QPushButton#okButton {
|
||||
|
||||
max-height: 25px
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
/*max-width: 77px;*/
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#applyButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
||||
QPushButton#cancelButton {
|
||||
|
||||
min-height: 25px;
|
||||
max-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue