Skip to content

Commit

Permalink
Fixed some padding issues
Browse files Browse the repository at this point in the history
  • Loading branch information
GTRONICK authored Apr 19, 2018
1 parent 5f003b1 commit 7519f3a
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Ubuntu.qss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Ubuntu Style Sheet for QT Applications
Author: Jaime A. Quiroga P.
Company: GTRONICK
Last updated: 19/04/2018
Last updated: 19/04/2018, 15:33.
Available at: https://github.com/GTRONICK/QSS/blob/master/Ubuntu.qss
*/
QLineEdit {
Expand Down Expand Up @@ -89,7 +89,10 @@ QTabWidget::pane {
border-radius: 6px;
}
QTabBar::tab {
padding:2px;
padding-left:4px;
padding-right:4px;
padding-bottom:2px;
padding-top:2px;
color:rgb(81,72,65);
background-color: qlineargradient(spread:pad, x1:0.5, y1:1, x2:0.5, y2:0, stop:0 rgba(221,218,217,255), stop:1 rgba(240,239,238,255));
border-style: solid;
Expand Down Expand Up @@ -143,11 +146,17 @@ QMenuBar {
background-color:rgb(65,64,59);
}
QMenuBar::item {
padding-top:4px;
padding-left:4px;
padding-right:4px;
color:rgb(223,219,210);
background-color:rgb(65,64,59);
}
QMenuBar::item:selected {
color:rgb(255,255,255);
padding-top:2px;
padding-left:2px;
padding-right:2px;
border-top-width:2px;
border-left-width:2px;
border-right-width:2px;
Expand Down

0 comments on commit 7519f3a

Please sign in to comment.