mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-02 11:16:34 -04:00
Added spacing for the QPushButton
This commit is contained in:
parent
5be7869304
commit
b5d1febac4
2 changed files with 18 additions and 0 deletions
|
@ -2230,6 +2230,15 @@ PlotWidget {
|
|||
/* RetroShare specific part */
|
||||
/**********************************/
|
||||
|
||||
/**** Fix QPushButton ****/
|
||||
|
||||
QPushButton,
|
||||
QPushButton:disabled,
|
||||
QPushButton:checked {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
/**** Fix QTreeView Items ****/
|
||||
|
||||
QTreeView::item,
|
||||
|
|
|
@ -2230,6 +2230,15 @@ PlotWidget {
|
|||
/* RetroShare specific part */
|
||||
/**********************************/
|
||||
|
||||
/**** Fix QPushButton ****/
|
||||
|
||||
QPushButton,
|
||||
QPushButton:disabled,
|
||||
QPushButton:checked {
|
||||
padding-left: 6px;
|
||||
padding-right: 6px;
|
||||
}
|
||||
|
||||
/**** Fix QTreeView Items ****/
|
||||
|
||||
QTreeView::item,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue