mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 17:05:36 -04:00
Align Pointers
This commit is contained in:
parent
738272999b
commit
e2d05cb9f2
25 changed files with 37 additions and 37 deletions
|
@ -31,7 +31,7 @@
|
|||
PreparePage::PreparePage( QWidget* parent )
|
||||
: QWidget()
|
||||
{
|
||||
QBoxLayout *mainLayout = new QVBoxLayout;
|
||||
QBoxLayout* mainLayout = new QVBoxLayout;
|
||||
setLayout( mainLayout );
|
||||
|
||||
QLabel* text = new QLabel( this );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue