mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-07-12 21:35:51 +00:00
fixed size
This commit is contained in:
@ -62,6 +62,7 @@ void Netctl::init()
|
||||
// generate ui
|
||||
// main layout
|
||||
fullSpaceLayout = new QGraphicsLinearLayout();
|
||||
fullSpaceLayout->setContentsMargins(1, 1, 1, 1);
|
||||
setLayout(fullSpaceLayout);
|
||||
|
||||
// frames
|
||||
|
Reference in New Issue
Block a user