Handled positioning of the target package widget in the container, instead of within the widget itself

This commit is contained in:
Nav
2021-09-26 18:18:12 +01:00
parent 73d422ebd5
commit 3a12395515
7 changed files with 76 additions and 4 deletions

View File

@@ -139,6 +139,7 @@ add_executable(Bloom
src/Insight/InsightWorker/Tasks/SetTargetPinState.cpp
# Target package widgets
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPackageWidgetContainer.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPackageWidget.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPinWidget.cpp
src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/TargetPinBodyWidget.cpp