chore(CollectiblesView): Storybook's page layout fixed
This commit is contained in:
parent
654da3e246
commit
1a5a908a11
|
@ -58,8 +58,10 @@ SplitView {
|
|||
|
||||
CollectiblesView {
|
||||
id: assetsView
|
||||
SplitView.preferredWidth: 600
|
||||
|
||||
SplitView.fillWidth: true
|
||||
SplitView.fillHeight: true
|
||||
|
||||
collectiblesModel: collectiblesModel
|
||||
networkFilters: d.networksChainsCurrentlySelected
|
||||
addressFilters: d.addressesSelected
|
||||
|
@ -71,10 +73,14 @@ SplitView {
|
|||
onManageTokensRequested: logs.logEvent("onManageTokensRequested")
|
||||
}
|
||||
|
||||
Pane {
|
||||
LogsAndControlsPanel {
|
||||
id: logsAndControlsPanel
|
||||
|
||||
SplitView.minimumWidth: 300
|
||||
SplitView.preferredWidth: 300
|
||||
|
||||
logsView.logText: logs.logText
|
||||
|
||||
ColumnLayout {
|
||||
spacing: 12
|
||||
anchors.fill: parent
|
||||
|
@ -139,17 +145,12 @@ SplitView {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
Item {
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
LogsAndControlsPanel {
|
||||
id: logsAndControlsPanel
|
||||
|
||||
SplitView.minimumWidth: 150
|
||||
SplitView.preferredWidth: 250
|
||||
|
||||
logsView.logText: logs.logText
|
||||
}
|
||||
}
|
||||
|
||||
// category: Views
|
||||
|
|
Loading…
Reference in New Issue