From f0bfbf797a9bf13c92e164e34ba275af7e51645e Mon Sep 17 00:00:00 2001 From: arkpar Date: Mon, 2 Feb 2015 18:24:04 +0100 Subject: [PATCH] reverted some changes --- mix/main.cpp | 1 - mix/qml/ProjectList.qml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/mix/main.cpp b/mix/main.cpp index b24b8a549..d0a19cfb5 100644 --- a/mix/main.cpp +++ b/mix/main.cpp @@ -36,7 +36,6 @@ int main(int _argc, char* _argv[]) //https://bugs.launchpad.net/ubuntu/+source/appmenu-qt5/+bug/1323853 putenv((char*)"QT_QPA_PLATFORMTHEME="); putenv((char*)"QSG_RENDER_LOOP=threaded"); - putenv((char*)"QT_IM_MODULE="); #endif try { diff --git a/mix/qml/ProjectList.qml b/mix/qml/ProjectList.qml index e4e57455d..30f945706 100644 --- a/mix/qml/ProjectList.qml +++ b/mix/qml/ProjectList.qml @@ -3,7 +3,7 @@ import QtQuick.Window 2.0 import QtQuick.Layouts 1.0 import QtQuick.Controls 1.0 -Rectangle { +Item { property bool renameMode: false; ColumnLayout { anchors.fill: parent