forked from qt-creator/qt-creator
QmlDesigner: remove ugly pixel line from scrollbar
Change-Id: Ib553128667a85abadfe9b810860b0f7a68499bed Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -36,6 +36,8 @@ ScrollViewStyle {
|
|||||||
property color scrollbarBorderColor: "#333333"
|
property color scrollbarBorderColor: "#333333"
|
||||||
property color scrollBarHandleColor: "#656565"
|
property color scrollBarHandleColor: "#656565"
|
||||||
|
|
||||||
|
padding {left: 0; top: 0; right: 0; bottom: 0}
|
||||||
|
|
||||||
scrollBarBackground: Rectangle {
|
scrollBarBackground: Rectangle {
|
||||||
height: 10
|
height: 10
|
||||||
width: 10
|
width: 10
|
||||||
|
Reference in New Issue
Block a user