Commit 0e59f0ec authored by Martin Klapetek's avatar Martin Klapetek Committed by The Qt Project
Browse files

Remove unused white rectangle causing drawing issues


The spinbox has a white rectangle which overlaps the frames with some
styles (eg. oxygen). However the Rectangle itself serves no real purpose
and so it's removed.

Change-Id: I37a6862dfd8ac21fb24b54261fa7d7ab54aa23c7
Reviewed-by: default avatarDavid Edmundson <davidedmundson@kde.org>
Reviewed-by: default avatarJ-P Nurmi <jpnurmi@digia.com>
parent d8b7a044
Branches
Tags
No related merge requests found
Showing with 0 additions and 5 deletions
...@@ -88,11 +88,6 @@ Style { ...@@ -88,11 +88,6 @@ Style {
Item { Item {
id: edit id: edit
anchors.fill: parent anchors.fill: parent
Rectangle {
color: "white"
anchors.fill: parent
anchors.margins: -1
}
FocusFrame { FocusFrame {
anchors.fill: parent anchors.fill: parent
focusMargin:-6 focusMargin:-6
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment