improved blue stylesheet

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2173 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2010-02-02 12:28:09 +00:00
parent 4e6290d985
commit 1d6bef168b
3 changed files with 22 additions and 0 deletions

View File

@ -9,8 +9,30 @@ QToolBar {
}
QTabBar::tab {
border-image: url(qss/blue/tab1.png);
min-width: 8ex;
padding: 4px;
}
QTabBar::tab:!selected {
margin-top: 2px; /* make non-selected tabs look smaller */
}
QTabBar::tab:selected, QTabBar::tab:hover {
border-image: url(qss/orangesurfer/tab_hover.png);
}
QTabBar::tab:selected {
border-image: url(qss/blue/tabselected.png);
}
QPushButton#okButton {
min-height: 27px;
min-width: 77px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB