Compare commits
2 Commits
art/update
...
fix/silo-w
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d0c67455dc | ||
|
|
d95c850b7b |
Submodule mods/silo updated: bf0b84310b...3228ef5f79
Submodule mods/ztools updated: d2f94c3d78...3298d1c6dc
2
src/3rdParty/OndselSolver
vendored
2
src/3rdParty/OndselSolver
vendored
Submodule src/3rdParty/OndselSolver updated: 5d1988b513...fe41fa3b00
@@ -54,8 +54,9 @@ void OriginSelectorWidget::setupUi()
|
||||
{
|
||||
setPopupMode(QToolButton::InstantPopup);
|
||||
setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
||||
setMinimumWidth(70);
|
||||
setMaximumWidth(120);
|
||||
setMinimumWidth(80);
|
||||
setMaximumWidth(160);
|
||||
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
||||
|
||||
// Create menu
|
||||
m_menu = new QMenu(this);
|
||||
|
||||
Reference in New Issue
Block a user