mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +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 {
|
AddressBarDialog {
|
||||||
id: addressBarDialog
|
id: addressBarDialog
|
||||||
objectName: "AddressBarDialogDialog"
|
|
||||||
|
|
||||||
property bool keyboardRaised: false
|
property bool keyboardRaised: false
|
||||||
property bool punctuationMode: false
|
property bool punctuationMode: false
|
||||||
|
@ -128,7 +127,6 @@ Window {
|
||||||
}
|
}
|
||||||
Image {
|
Image {
|
||||||
id: backgroundImage
|
id: backgroundImage
|
||||||
objectName: "AddressBarDialogImage"
|
|
||||||
source: "../images/address-bar.svg"
|
source: "../images/address-bar.svg"
|
||||||
width: 576 * root.scale
|
width: 576 * root.scale
|
||||||
height: 80 * root.scale
|
height: 80 * root.scale
|
||||||
|
@ -178,7 +176,6 @@ Window {
|
||||||
TextInput {
|
TextInput {
|
||||||
id: addressLine
|
id: addressLine
|
||||||
focus: true
|
focus: true
|
||||||
objectName: "AddressBarDialogTextInput"
|
|
||||||
anchors {
|
anchors {
|
||||||
top: parent.top
|
top: parent.top
|
||||||
bottom: parent.bottom
|
bottom: parent.bottom
|
||||||
|
|
Loading…
Reference in a new issue