summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml')
-rw-r--r--src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
index 80fa69de..a94f5f34 100644
--- a/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
+++ b/src/Authoring/Studio/Palettes/Inspector/InspectorControlView.qml
@@ -1161,7 +1161,7 @@ Rectangle {
maxGroupLabelWidth = 20; // min group label width
if (item.groupLabelWidth > maxGroupLabelWidth) {
- maxGroupLabelWidth = item.groupLabelWidth;
+ maxGroupLabelWidth = item.groupLabelWidth + 5;
if (maxGroupLabelWidth > 150) // max group label width
maxGroupLabelWidth = 150;
@@ -1230,7 +1230,7 @@ Rectangle {
ToolButton {
id: addGroupButton
text: qsTr("+ Group")
- width: 60
+ width: 65
height: 25
onClicked: {
_variantsGroupModel.addNewGroup()