chore: remove no longer necessary anchors on layouts

Not sure why, but these are no longer necessary
This commit is contained in:
Jonathan Rainville 2020-05-27 13:35:24 -04:00 committed by Iuri Matias
parent d8511490ca
commit b8a5d25d8b
6 changed files with 0 additions and 30 deletions

View File

@ -13,11 +13,6 @@ Item {
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
// Those anchors show a warning too, but whithout them, there is a gap on the right
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
anchors.leftMargin: 0
WebView {
id: browserContainer

View File

@ -12,11 +12,6 @@ SplitView {
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
// Those anchors show a warning too, but whithout them, there is a gap on the right
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
anchors.leftMargin: 0
handleDelegate: Rectangle {
implicitWidth: 1

View File

@ -11,11 +11,6 @@ SplitView {
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
// Those anchors show a warning too, but whithout them, there is a gap on the right
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
anchors.leftMargin: 0
ColumnLayout {
id: rpcColumn

View File

@ -14,11 +14,6 @@ Item {
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
// Those anchors show a warning too, but whithout them, there is a gap on the right
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
anchors.leftMargin: 0
LeftTab {
id: leftTab

View File

@ -13,11 +13,6 @@ SplitView {
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
// Those anchors show a warning too, but whithout them, there is a gap on the right
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left
anchors.leftMargin: 0
LeftTab {
id: leftTab

View File

@ -151,11 +151,6 @@ RowLayout {
Layout.fillWidth: true
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
Layout.fillHeight: true
// Those anchors show a warning, but they are the only way to have QT Creator show correctly
anchors.left: tabBar.right
anchors.leftMargin: 0
anchors.right: parent.right
anchors.rightMargin: 0
currentIndex: tabBar.currentIndex
ChatLayout {