QmlDesigner: Fix toolbar height for non QDS styles

Task-number: QDS-10687
Task-number: QDS-10596
Change-Id: Ia4a7e958c6719cafa3a3fe2fea588cbd20c5b703
Reviewed-by: Henning Gründl <henning.gruendl@qt.io>
This commit is contained in:
Thomas Hartmann
2023-09-18 14:41:20 +02:00
parent 106bb82d73
commit c693bd06b3

View File

@@ -65,6 +65,7 @@ Utils::UniqueObjectPtr<QToolBar> ToolBar::create()
toolBar->setFloatable(false); toolBar->setFloatable(false);
toolBar->setMovable(false); toolBar->setMovable(false);
toolBar->setProperty("_q_custom_style_disabled", true);
auto quickWidget = std::make_unique<StudioQuickWidget>(); auto quickWidget = std::make_unique<StudioQuickWidget>();