Skip to content

Commit

Permalink
Remove unknown radius property in qss
Browse files Browse the repository at this point in the history
  • Loading branch information
don4get committed Aug 15, 2020
1 parent bfabbe4 commit f763059
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nodedge/qss/nodedge_style.qss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ background:palette(highlight);
}

QMdiArea QTabBar::close-button{
image:url("../../nodedge/resources/iconsModified/close_window_100.png");
image:url("nodedge/resources/iconsModified/close_window_100.png");
subcontrol-position:right bottom;
icon-size: 16px;
padding: 0px;
Expand All @@ -62,7 +62,7 @@ QDockWidget{
font-size: 14px;
color:palette(window-text);
/*font-weight:bold;*/
titlebar-close-icon:url("../../nodedge/resources/iconsModified/close_window_100.png");
titlebar-close-icon:url("nodedge/resources/iconsModified/close_window_100.png");
titlebar-normal-icon:url(":icons/docktitle-normal-btn-light.png");
icon-size:25px;
width:25px;
Expand Down Expand Up @@ -93,7 +93,7 @@ background:qlineargradient(x1 : 0,y1 : 0,x2 : 0,y2 : 1,
}

QDockWidget::close-button{
image:url("../../nodedge/resources/iconsModified/close_window_100.png");
image:url("nodedge/resources/iconsModified/close_window_100.png");
icon-size: 25px;
padding: 0px;
}
Expand Down Expand Up @@ -279,7 +279,6 @@ border-radius: 0px;

GraphicsNodeContent {
background: palette(midlight);
radius: 10px;
}

GraphicsNodeTitleLabel{
Expand Down

0 comments on commit f763059

Please sign in to comment.