aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/scxmleditor
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@qt.io>2023-11-17 11:02:38 +0100
committerAlessandro Portale <alessandro.portale@qt.io>2023-11-17 10:43:00 +0000
commitb3acdae3386255324511119cd92d9012edf0eb9b (patch)
treec41abc21b102fda11435924ae575a2aceb3c089d /src/plugins/scxmleditor
parent7f60ce0666da1d5cc92cce92d63cb1b6b50fb64c (diff)
Utils: Align enum StyleHelper::UiElement with upcoming design system #2
This change "PanelTitle" to "Caption". It is supposed to not change the visual appearance. Change-Id: I3342e6c80d8ce11b7ab1ac40b4395c265e1e07ec Reviewed-by: Cristian Adam <cristian.adam@qt.io>
Diffstat (limited to 'src/plugins/scxmleditor')
-rw-r--r--src/plugins/scxmleditor/common/dragshapebutton.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/scxmleditor/common/dragshapebutton.cpp b/src/plugins/scxmleditor/common/dragshapebutton.cpp
index 307827cb00e..4a4f0ae86ce 100644
--- a/src/plugins/scxmleditor/common/dragshapebutton.cpp
+++ b/src/plugins/scxmleditor/common/dragshapebutton.cpp
@@ -20,7 +20,7 @@ DragShapeButton::DragShapeButton(QWidget *parent)
setMinimumSize(75, 75);
setMaximumSize(75, 75);
setIconSize(QSize(45, 45));
- setFont(Utils::StyleHelper::UiFont(Utils::StyleHelper::UiElementPanelSubtitle));
+ setFont(Utils::StyleHelper::UiFont(Utils::StyleHelper::UiElementCaption));
}
void DragShapeButton::setShapeInfo(int groupIndex, int shapeIndex)