mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-09-09 09:09:56 +00:00
move textarea to own class as well
This commit is contained in:
@ -16,8 +16,6 @@
|
||||
***************************************************************************/
|
||||
|
||||
import QtQuick 2.0
|
||||
import QtQuick.Controls 1.3 as QtControls
|
||||
import QtQuick.Dialogs 1.2 as QtDialogs
|
||||
|
||||
import org.kde.plasma.private.desktoppanel 1.0
|
||||
import "."
|
||||
@ -57,12 +55,8 @@ Item {
|
||||
groups: general.dpTagRegexp
|
||||
}
|
||||
|
||||
QtControls.TextArea {
|
||||
AWTextEditor {
|
||||
id: textPattern
|
||||
width: parent.width
|
||||
height: parent.height * 4 / 5
|
||||
textFormat: TextEdit.PlainText
|
||||
text: plasmoid.configuration.text
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user