Fix small warning with NTextBox
This commit is contained in:
parent
880d6610fe
commit
ea22af05d1
11 changed files with 32 additions and 4 deletions
|
|
@ -9,6 +9,10 @@ Item {
|
|||
// Public API
|
||||
// Scaling factor provided by the parent settings window
|
||||
property real scaling: 1
|
||||
// Tab metadata
|
||||
readonly property string tabIcon: "tune"
|
||||
readonly property string tabLabel: "General"
|
||||
readonly property int tabIndex: 0
|
||||
|
||||
anchors.fill: parent
|
||||
implicitWidth: parent ? parent.width : 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue