Skip to content
Snippets Groups Projects

follow-up

Merged Wuttke, Joachim requested to merge j.0 into main
4 files
+ 11
13
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -88,8 +88,8 @@ void HeinzFormLayout::addVector(VectorProperty& d, bool vertically /*= true*/)
gridLayout->setContentsMargins(0, 0, 0, 0);
gridLayout->setSpacing(6);
GUI::Util::Layer::addMultiPropertyToGrid(gridLayout, 0, {&d.x(), &d.y(), &d.z()}, m_ec,
vertically, true);
GUI::Util::Layer::addMultiPropertyToGrid(gridLayout, 0, {&d.x(), &d.y(), &d.z()}, vertically,
true);
addBoldRow(d.label(), w);
}
Loading