aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qmltests/tst_WidgetDrawer.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qmltests/tst_WidgetDrawer.qml')
-rw-r--r--tests/qmltests/tst_WidgetDrawer.qml4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qmltests/tst_WidgetDrawer.qml b/tests/qmltests/tst_WidgetDrawer.qml
index 6979377b..5ed26c2d 100644
--- a/tests/qmltests/tst_WidgetDrawer.qml
+++ b/tests/qmltests/tst_WidgetDrawer.qml
@@ -42,10 +42,6 @@ Item {
width: 600
height: 600
- // TODO: move this to a common base component
- Binding { target: Style; property: "cellWidth"; value: root.width / 24 }
- Binding { target: Style; property: "cellHeight"; value: root.height / 24 }
-
WidgetDrawer {
id: widgetDrawer
y: 200