Improve UI. Make placeholder menu scrollable.
--HG-- branch : develop
This commit is contained in:
parent
d13b6e841d
commit
4e8ceb6c1e
|
@ -2,6 +2,7 @@
|
||||||
- [#892] Show tooltip for piece node point.
|
- [#892] Show tooltip for piece node point.
|
||||||
- [#894] Quick way to disable a passmark.
|
- [#894] Quick way to disable a passmark.
|
||||||
- [#895] Improve path validation. Do not allow repeat the same curve twice.
|
- [#895] Improve path validation. Do not allow repeat the same curve twice.
|
||||||
|
- Improve UI. Make placeholder menu scrollable.
|
||||||
|
|
||||||
# Version 0.6.2 (unreleased)
|
# Version 0.6.2 (unreleased)
|
||||||
- [#903] Bug in tool Cut Spline path.
|
- [#903] Bug in tool Cut Spline path.
|
||||||
|
|
|
@ -81,6 +81,7 @@ DialogEditLabel::DialogEditLabel(VAbstractPattern *doc, QWidget *parent)
|
||||||
InitPlaceholders();
|
InitPlaceholders();
|
||||||
InitPlaceholdersMenu();
|
InitPlaceholdersMenu();
|
||||||
|
|
||||||
|
m_placeholdersMenu->setStyleSheet("QMenu { menu-scrollable: 1; }");
|
||||||
ui->pushButtonInsert->setMenu(m_placeholdersMenu);
|
ui->pushButtonInsert->setMenu(m_placeholdersMenu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user