From 19f186182b612f3a88a1306a5cc669b787332f07 Mon Sep 17 00:00:00 2001 From: Kitteh Date: Sun, 28 Oct 2018 15:42:23 +0000 Subject: [PATCH] [UI] Remove unneeded property. --- src/qml/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/qml/main.qml b/src/qml/main.qml index e586203..0d2c977 100644 --- a/src/qml/main.qml +++ b/src/qml/main.qml @@ -15,7 +15,6 @@ ApplicationWindow { visible: true width: 720 height: 480 - color: "white" FontLoader { id: notoFont source: "fonts/NotoSans.ttf"