mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-07 22:02:32 -04:00
fixed Make Friend Dialog
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@673 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
074e4adbf3
commit
de2956637b
6 changed files with 230 additions and 305 deletions
|
@ -17,14 +17,15 @@ QMenuBar {
|
|||
|
||||
QPushButton#okButton {
|
||||
|
||||
min-height: 27px;
|
||||
max-height: 25px
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
/*max-width: 77px;*/
|
||||
}
|
||||
|
||||
QPushButton#cancelprefButton {
|
||||
|
||||
min-height: 27px;
|
||||
min-height: 25px;
|
||||
min-width: 77px;
|
||||
max-width: 77px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue