From b9f5d83a81d10bffc24a111f032cf207ea79a11f Mon Sep 17 00:00:00 2001 From: Iceyer Date: Thu, 25 Oct 2018 11:24:04 +0800 Subject: [PATCH] feat: remove bottom padding Change-Id: I81d46f2d096b50ce26ee1d0ba01b33c442ce3a8b --- src/resources/themes/dark/DTitlebar.theme | 2 -- src/resources/themes/light/DTitlebar.theme | 2 -- 2 files changed, 4 deletions(-) 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; }