diff --git a/src/resources/themes/dark/DTitlebar.theme b/src/resources/themes/dark/DTitlebar.theme index 137b1d7e..ae00d0f5 100644 --- a/src/resources/themes/dark/DTitlebar.theme +++ b/src/resources/themes/dark/DTitlebar.theme @@ -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; } diff --git a/src/resources/themes/light/DTitlebar.theme b/src/resources/themes/light/DTitlebar.theme index 1bbd944f..9dbd6e39 100644 --- a/src/resources/themes/light/DTitlebar.theme +++ b/src/resources/themes/light/DTitlebar.theme @@ -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; }