mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 21:33:59 +02:00
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 {
|
BarButton {
|
||||||
id: add_item
|
id: new_item
|
||||||
x: 65
|
x: 65
|
||||||
y: 582
|
y: 582
|
||||||
width: 360
|
width: 360
|
||||||
text: "Add Item"
|
text: "New Item"
|
||||||
fontSize: 0.768 * 60
|
fontSize: 0.768 * 60
|
||||||
onButtonClick: {
|
onButtonClick: {
|
||||||
loadPage("ItemEdit", { dbid: "" })
|
loadPage("ItemEdit", { dbid: "" })
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue