mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
remove some unneeded objectNames
This commit is contained in:
parent
4c370d0d32
commit
3e86b2f0f2
1 changed files with 0 additions and 3 deletions
|
@ -67,7 +67,6 @@ Window {
|
|||
|
||||
AddressBarDialog {
|
||||
id: addressBarDialog
|
||||
objectName: "AddressBarDialogDialog"
|
||||
|
||||
property bool keyboardRaised: false
|
||||
property bool punctuationMode: false
|
||||
|
@ -128,7 +127,6 @@ Window {
|
|||
}
|
||||
Image {
|
||||
id: backgroundImage
|
||||
objectName: "AddressBarDialogImage"
|
||||
source: "../images/address-bar.svg"
|
||||
width: 576 * root.scale
|
||||
height: 80 * root.scale
|
||||
|
@ -178,7 +176,6 @@ Window {
|
|||
TextInput {
|
||||
id: addressLine
|
||||
focus: true
|
||||
objectName: "AddressBarDialogTextInput"
|
||||
anchors {
|
||||
top: parent.top
|
||||
bottom: parent.bottom
|
||||
|
|
Loading…
Reference in a new issue