Fix adding a contact person to an object and db autocommit
This commit is contained in:
@@ -35,6 +35,8 @@ Item
|
||||
|
||||
ColumnLayout
|
||||
{
|
||||
id: tableParent
|
||||
clip: true
|
||||
anchors
|
||||
{
|
||||
|
||||
@@ -46,7 +48,7 @@ Item
|
||||
|
||||
RowLayout
|
||||
{
|
||||
//id: criterion
|
||||
id: viewCriterion
|
||||
|
||||
RadioButton
|
||||
{
|
||||
@@ -140,7 +142,8 @@ Item
|
||||
TableView
|
||||
{
|
||||
id: appliEmpTable
|
||||
Layout.fillHeight: true
|
||||
//Layout.fillHeight: true
|
||||
height: tableParent.height - (viewCriterion.height + employeeTableHeader.height)
|
||||
Layout.fillWidth: true
|
||||
columnSpacing: 1
|
||||
rowSpacing: 2
|
||||
|
||||
Reference in New Issue
Block a user