Skip to content

Commit a5a661b

Browse files
sync: from linuxdeepin/dde-session-shell
Synchronize source files from linuxdeepin/dde-session-shell. Source-pull-request: linuxdeepin/dde-session-shell#19
1 parent 6bd4bc0 commit a5a661b

File tree

5 files changed

+2285
-1
lines changed

5 files changed

+2285
-1
lines changed

src/widgets/dlineeditex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ void LoadSlider::paintEvent(QPaintEvent *event)
2828
QLinearGradient grad(0, height() / 2, width(), height() / 2);
2929
grad.setColorAt(0.0, Qt::transparent);
3030
grad.setColorAt(1.0, m_loadSliderColor);
31-
painter.fillRect(0, 1, width(), height() - 2, grad);
31+
painter.fillRect(0, 0, width(), height() - 1, grad);
3232

3333
QWidget::paintEvent(event);
3434
}

0 commit comments

Comments
 (0)