bugfix: there is a gap in dock's bottom when init in fashion-mode

Change-Id: I24caad36fd418dbe9aa7921c5db024f901309a6f
This commit is contained in:
杨万青 2015-09-14 17:27:59 +08:00 committed by mr.asianwang
parent 4c05f22e9b
commit 9e047993ec
Notes: Deepin Code Review 2016-06-14 07:19:47 +00:00
Verified+1: Anonymous Coward #1000004
Code-Review+2: <mr.asianwang@gmail.com>
Submitted-by: <mr.asianwang@gmail.com>
Submitted-at: Mon, 14 Sep 2015 17:29:26 +0800
Reviewed-on: https://cr.deepin.io/7008
Project: dde/dde-dock
Branch: refs/heads/master

View File

@ -3,8 +3,8 @@ QLabel#Panel[isFashionMode="false"] {
}
QLabel#Panel[isFashionMode="true"] {
border-width: 0px 21px 50px 21px;
border-image: url(:/images/resources/dark/images/dark_dock.svg) 0 21 50 21 stretch;
border-width: 0px 21px 52px 21px;
border-image: url(:/images/resources/dark/images/dark_dock.svg) 0 21 52 21 stretch;
}