Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'resources/qml/ViewsSelector.qml')
-rw-r--r--resources/qml/ViewsSelector.qml9
1 files changed, 1 insertions, 8 deletions
diff --git a/resources/qml/ViewsSelector.qml b/resources/qml/ViewsSelector.qml
index 452cc5a09a..e76e5dbb67 100644
--- a/resources/qml/ViewsSelector.qml
+++ b/resources/qml/ViewsSelector.qml
@@ -69,17 +69,10 @@ Cura.ExpandablePopup
}
}
+ contentWidth: viewSelector.width - 2 * viewSelector.contentPadding
contentItem: Column
{
id: viewSelectorPopup
- width: viewSelector.width - 2 * viewSelector.contentPadding
-
- // For some reason the height/width of the column gets set to 0 if this is not set...
- Component.onCompleted:
- {
- height = implicitHeight
- width = viewSelector.width - 2 * viewSelector.contentPadding
- }
Repeater
{