Merge pull request 'fix(gui): widen origin selector widget and update silo submodule' (#25) from fix/silo-workbench-bugs into main
All checks were successful
Build and Test / build (push) Successful in 1h3m36s
All checks were successful
Build and Test / build (push) Successful in 1h3m36s
Reviewed-on: #25
This commit was merged in pull request #25.
This commit is contained in:
Submodule mods/silo updated: bf0b84310b...3228ef5f79
@@ -54,8 +54,9 @@ void OriginSelectorWidget::setupUi()
|
|||||||
{
|
{
|
||||||
setPopupMode(QToolButton::InstantPopup);
|
setPopupMode(QToolButton::InstantPopup);
|
||||||
setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
setToolButtonStyle(Qt::ToolButtonTextBesideIcon);
|
||||||
setMinimumWidth(70);
|
setMinimumWidth(80);
|
||||||
setMaximumWidth(120);
|
setMaximumWidth(160);
|
||||||
|
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
|
||||||
|
|
||||||
// Create menu
|
// Create menu
|
||||||
m_menu = new QMenu(this);
|
m_menu = new QMenu(this);
|
||||||
|
|||||||
Reference in New Issue
Block a user