import Weave.Controls import Weave.Templates as T TextField { T.TableLayout.leftPadding: Math.max(T.TableLayout.leftLayoutPadding, Theme.component.table.cell.paddingLeft) T.TableLayout.rightPadding: Math.max(T.TableLayout.rightLayoutPadding, Theme.component.table.cell.paddingRight) T.TableLayout.topPadding: Math.max(T.TableLayout.topLayoutPadding, Theme.component.table.cell.paddingTop) T.TableLayout.bottomPadding: Math.max(T.TableLayout.bottomLayoutPadding, Theme.component.table.cell.paddingBottom) font.family: Theme.component.table.fontFamily font.pixelSize: Theme.component.table.fontSize font.weight: Theme.component.table.fontWeight // lineHeight: Theme.component.table.lineHeight style: TextField.Box }