Skip to content

Commit

Permalink
Updated style so docker title is displayed better
Browse files Browse the repository at this point in the history
  • Loading branch information
alanspencer committed Oct 19, 2018
1 parent b6a190d commit aaae30a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/darkstyle/stylesheet_dark.qss
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,8 @@ QMainWindow::separator:hover,QSplitter::handle:hover{
}

QDockWidget::title{
padding:4px;
padding-left:4px;
padding-right:4px;
background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75));
border:1px solid rgba(25,25,25,75);
border-bottom:2px solid rgba(25,25,25,75);
Expand Down

0 comments on commit aaae30a

Please sign in to comment.