mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
44 lines
649 B
Plaintext
44 lines
649 B
Plaintext
|
|
||
|
|
||
|
/* Customize the toolbar. */
|
||
|
QToolBar {
|
||
|
border-image: url(:qss/skin2/background.png);
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
QPushButton#addfriendButton {
|
||
|
min-height: 34px;
|
||
|
min-width: 48px;
|
||
|
}
|
||
|
|
||
|
QPushButton#invitefriendButton {
|
||
|
min-height: 34px;
|
||
|
min-width: 48px;
|
||
|
}
|
||
|
|
||
|
QPushButton#addshareButton {
|
||
|
min-height: 34px;
|
||
|
min-width: 48px;
|
||
|
}
|
||
|
|
||
|
QPushButton#optionsButton {
|
||
|
min-height: 34px;
|
||
|
min-width: 48px;
|
||
|
}
|
||
|
|
||
|
QPushButton#quitButton {
|
||
|
min-height: 34px;
|
||
|
min-width: 48px;
|
||
|
}
|
||
|
|
||
|
QPushButton#okButton {
|
||
|
min-height: 27px;
|
||
|
min-width: 77px;
|
||
|
}
|
||
|
|
||
|
QPushButton#cancelButton {
|
||
|
min-height: 25px;
|
||
|
min-width: 75px;
|
||
|
}
|