mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-08 13:24:01 +02:00
brmbarv3 StockMgmt, UserMgmt: Enlarge list containers to full height
This commit is contained in:
parent
e55f5cfa5e
commit
0801bc24cb
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ Item {
|
||||||
x: 65
|
x: 65
|
||||||
y: 166
|
y: 166
|
||||||
width: 899
|
width: 899
|
||||||
height: 250
|
height: 400
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: item_list
|
id: item_list
|
||||||
|
|
|
@ -31,7 +31,7 @@ Item {
|
||||||
x: 65
|
x: 65
|
||||||
y: 166
|
y: 166
|
||||||
width: 899
|
width: 899
|
||||||
height: 250
|
height: 400
|
||||||
|
|
||||||
ListView {
|
ListView {
|
||||||
id: user_list
|
id: user_list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue