Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
feat: remove bottom padding
Browse files Browse the repository at this point in the history
Change-Id: I81d46f2d096b50ce26ee1d0ba01b33c442ce3a8b
  • Loading branch information
Iceyer committed Oct 25, 2018
1 parent 80eb312 commit b9f5d83
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/resources/themes/dark/DTitlebar.theme
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ Dtk--Widget--DWindowCloseButton {
qproperty-normalPic: url(:/images/dark/images/window/close_normal.svg);
qproperty-hoverPic: url(:/images/dark/images/window/close_hover.svg);
qproperty-pressPic: url(:/images/dark/images/window/close_press.svg);
padding-right: 6px;
}

#DTitlebarDWindowQuitFullscreenButton {
qproperty-normalPic: url(:/images/dark/images/window/quit_fullscreen_normal.svg);
qproperty-hoverPic: url(:/images/dark/images/window/quit_fullscreen_hover.svg);
qproperty-pressPic: url(:/images/dark/images/window/quit_fullscreen_press.svg);
padding-right: 6px;
}
2 changes: 0 additions & 2 deletions src/resources/themes/light/DTitlebar.theme
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ Dtk--Widget--DWindowCloseButton {
qproperty-normalPic: url(:/images/light/images/window/close_normal.svg);
qproperty-hoverPic: url(:/images/light/images/window/close_hover.svg);
qproperty-pressPic: url(:/images/light/images/window/close_press.svg);
padding-right: 6px;
}

#DTitlebarDWindowQuitFullscreenButton {
qproperty-normalPic: url(:/images/light/images/window/quit_fullscreen_normal.svg);
qproperty-hoverPic: url(:/images/light/images/window/quit_fullscreen_hover.svg);
qproperty-pressPic: url(:/images/light/images/window/quit_fullscreen_press.svg);
padding-right: 6px;
}

0 comments on commit b9f5d83

Please sign in to comment.