brmbarv3 StockMgmt, UserMgmt: Enlarge list containers to full height

This commit is contained in:
Petr Baudis 2012-10-16 17:52:34 +02:00
parent e55f5cfa5e
commit 0801bc24cb
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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