Change the minimum width for modals
This commit is contained in:
parent
9038c950ae
commit
8f89ad15f7
5 changed files with 8 additions and 10 deletions
|
|
@ -25,7 +25,7 @@ InviteUsers::InviteUsers(QWidget *parent)
|
|||
setWindowModality(Qt::WindowModal);
|
||||
setAttribute(Qt::WA_DeleteOnClose, true);
|
||||
|
||||
setMinimumWidth(conf::modals::MIN_WIDGET_WIDTH);
|
||||
setMinimumWidth(conf::window::minModalWidth);
|
||||
setSizePolicy(QSizePolicy::Maximum, QSizePolicy::Maximum);
|
||||
|
||||
auto layout = new QVBoxLayout(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue