We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77e5676 commit c32bdcdCopy full SHA for c32bdcd
source/gui_main.cpp
@@ -32,7 +32,7 @@ MainGui::~MainGui() {}
32
tsl::elm::Element *MainGui::createUI() {
33
auto rootFrame = new tsl::elm::OverlayFrame("ShareNX \uE134", VERSION);
34
35
- auto *list = new tsl::elm::List(2);
+ auto *list = new tsl::elm::List();
36
37
list->addItem(this->img);
38
0 commit comments