mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-23 22:01:05 -05:00
Merge pull request #2526 from defnax/pushbuttonfix2
Added spacing for the QPushButton
This commit is contained in:
commit
999f25b6ad
@ -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…
Reference in New Issue
Block a user