chore: remove no longer necessary anchors on layouts
Not sure why, but these are no longer necessary
This commit is contained in:
parent
d8511490ca
commit
b8a5d25d8b
|
@ -13,11 +13,6 @@ Item {
|
||||||
y: 0
|
y: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: 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 {
|
WebView {
|
||||||
id: browserContainer
|
id: browserContainer
|
||||||
|
|
|
@ -12,11 +12,6 @@ SplitView {
|
||||||
y: 0
|
y: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: 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 {
|
handleDelegate: Rectangle {
|
||||||
implicitWidth: 1
|
implicitWidth: 1
|
||||||
|
|
|
@ -11,11 +11,6 @@ SplitView {
|
||||||
y: 0
|
y: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: 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 {
|
ColumnLayout {
|
||||||
id: rpcColumn
|
id: rpcColumn
|
||||||
|
|
|
@ -14,11 +14,6 @@ Item {
|
||||||
y: 0
|
y: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: 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 {
|
LeftTab {
|
||||||
id: leftTab
|
id: leftTab
|
||||||
|
|
|
@ -13,11 +13,6 @@ SplitView {
|
||||||
y: 0
|
y: 0
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.fillWidth: 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 {
|
LeftTab {
|
||||||
id: leftTab
|
id: leftTab
|
||||||
|
|
|
@ -151,11 +151,6 @@ RowLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
Layout.alignment: Qt.AlignLeft | Qt.AlignTop
|
||||||
Layout.fillHeight: true
|
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
|
currentIndex: tabBar.currentIndex
|
||||||
|
|
||||||
ChatLayout {
|
ChatLayout {
|
||||||
|
|
Loading…
Reference in New Issue