|
@@ -94,7 +94,7 @@ Item
|
|
ScrollBar.vertical: UM.ScrollBar
|
|
ScrollBar.vertical: UM.ScrollBar
|
|
{
|
|
{
|
|
id: scrollBar
|
|
id: scrollBar
|
|
- parent: informationPage
|
|
|
|
|
|
+ parent: informationPage.parent
|
|
anchors
|
|
anchors
|
|
{
|
|
{
|
|
top: parent.top
|
|
top: parent.top
|
|
@@ -536,7 +536,7 @@ Item
|
|
ScrollBar.vertical: UM.ScrollBar
|
|
ScrollBar.vertical: UM.ScrollBar
|
|
{
|
|
{
|
|
id: settingScrollBar
|
|
id: settingScrollBar
|
|
- parent: settingsPage
|
|
|
|
|
|
+ parent: settingsPage.parent
|
|
anchors
|
|
anchors
|
|
{
|
|
{
|
|
top: parent.top
|
|
top: parent.top
|