fixed KKaper
This commit is contained in:
@@ -84,7 +84,7 @@ NotebookPage::addToLayout(
|
||||
auto vbox = new QVBoxLayout();
|
||||
vbox->addWidget(widget);
|
||||
|
||||
this->hbox.addLayout(vbox);
|
||||
this->hbox.addLayout(vbox, 1);
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -93,7 +93,7 @@ NotebookPage::addToLayout(
|
||||
auto vbox = new QVBoxLayout();
|
||||
vbox->addWidget(widget);
|
||||
|
||||
this->hbox.insertLayout(position.first, vbox);
|
||||
this->hbox.insertLayout(position.first, vbox, 1);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
+10
@@ -21,4 +21,14 @@ Windows::repaintVisibleChatWidgets(Channel *channel)
|
||||
Windows::mainWindow->repaintVisibleChatWidgets(channel);
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
Windows::save()
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
Windows::load()
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user