aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/winrt
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/winrt')
-rw-r--r--src/plugins/winrt/winrtrunconfiguration.cpp10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/plugins/winrt/winrtrunconfiguration.cpp b/src/plugins/winrt/winrtrunconfiguration.cpp
index 663ffdea915..163fc2f5d96 100644
--- a/src/plugins/winrt/winrtrunconfiguration.cpp
+++ b/src/plugins/winrt/winrtrunconfiguration.cpp
@@ -40,7 +40,8 @@ namespace Internal {
UninstallAfterStopAspect::UninstallAfterStopAspect()
: BaseBoolAspect("WinRtRunConfigurationUninstallAfterStopId")
{
- setLabel(WinRtRunConfiguration::tr("Uninstall package after application stops"));
+ setLabel(WinRtRunConfiguration::tr("Uninstall package after application stops"),
+ LabelPlacement::AtCheckBox);
}
// LoopbackExemptClientAspect
@@ -48,8 +49,8 @@ UninstallAfterStopAspect::UninstallAfterStopAspect()
LoopbackExemptClientAspect::LoopbackExemptClientAspect()
: BaseBoolAspect("WinRtRunConfigurationLoopbackExemptClient")
{
- setLabel(WinRtRunConfiguration::tr("Enable localhost communication for "
- "clients"));
+ setLabel(WinRtRunConfiguration::tr("Enable localhost communication for clients"),
+ LabelPlacement::AtCheckBox);
}
// LoopbackExemptServerAspect
@@ -58,7 +59,8 @@ LoopbackExemptServerAspect::LoopbackExemptServerAspect()
: BaseBoolAspect("WinRtRunConfigurationLoopbackExemptServer")
{
setLabel(WinRtRunConfiguration::tr("Enable localhost communication for "
- "servers (requires elevated rights)"));
+ "servers (requires elevated rights)"),
+ LabelPlacement::AtCheckBox);
}
// WinRtRunConfiguration