mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
Change "Add" button for "Create"
Change "Add" button for "Create"
This commit is contained in:
parent
1a0e69ed6e
commit
6ca176335e
1 changed files with 2 additions and 1 deletions
|
@ -4,6 +4,7 @@
|
|||
//
|
||||
// Created by Seth Alves on 2017-2-10
|
||||
// Copyright 2017 High Fidelity, Inc.
|
||||
// Copyright 2020 Vircadia contributors
|
||||
//
|
||||
// Distributed under the Apache License, Version 2.0.
|
||||
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
||||
|
@ -208,7 +209,7 @@ Rectangle {
|
|||
|
||||
Button {
|
||||
id: button1
|
||||
text: qsTr("Add")
|
||||
text: qsTr("Create")
|
||||
z: -1
|
||||
enabled: false
|
||||
onClicked: {
|
||||
|
|
Loading…
Reference in a new issue