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:
defnax 2008-08-08 21:01:45 +00:00
parent 074e4adbf3
commit de2956637b
6 changed files with 230 additions and 305 deletions

View file

@ -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;
}