Fix adding a contact person to an object and db autocommit
This commit is contained in:
@@ -25,6 +25,7 @@ Item
|
||||
ColumnLayout
|
||||
{
|
||||
id: tableColumn
|
||||
clip: true
|
||||
anchors
|
||||
{
|
||||
top: searchBar.bottom
|
||||
@@ -35,6 +36,7 @@ Item
|
||||
|
||||
RowLayout
|
||||
{
|
||||
id: sortView
|
||||
RadioButton
|
||||
{
|
||||
id: showAll
|
||||
@@ -99,7 +101,9 @@ Item
|
||||
{
|
||||
property real newWidth: 0
|
||||
id: customerTable
|
||||
z: 1
|
||||
Layout.fillHeight: true
|
||||
//height: tableColumn.height - (sortView.height + horizontalHeader.height)
|
||||
Layout.fillWidth: true
|
||||
columnSpacing: 1
|
||||
rowSpacing: 2
|
||||
|
||||
Reference in New Issue
Block a user