forked from brmlab/brmbar-github
StockMgmt: Rename button Add Item -> New Item
This commit is contained in:
parent
ffa119e7f0
commit
ae3ad22d59
1 changed files with 2 additions and 2 deletions
|
@ -81,11 +81,11 @@ Item {
|
|||
}
|
||||
|
||||
BarButton {
|
||||
id: add_item
|
||||
id: new_item
|
||||
x: 65
|
||||
y: 582
|
||||
width: 360
|
||||
text: "Add Item"
|
||||
text: "New Item"
|
||||
fontSize: 0.768 * 60
|
||||
onButtonClick: {
|
||||
loadPage("ItemEdit", { dbid: "" })
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue