Cura/resources/qml/Widgets/ScrollableTextArea.qml
Erwan MATHIEU 0c405288e0 Add wrapper to Cura.ScrollableTextArea
Add wrapper to legacy Cura.ScrollableTextArea class which has now moved to Uranium, in order to keep plugins working in case they use it.
CURA-9374
2023-08-21 15:50:52 +02:00

15 lines
289 B
QML

// Copyright (c) 2022 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
import QtQuick.Controls 2.3
import UM 1.7 as UM
import Cura 1.1 as Cura
// Wrapper to UM.ScrollableTextArea which was originally placed here
UM.ScrollableTextArea
{
}