Skip to content

Commit c32bdcd

Browse files
update for libtesla
1 parent 77e5676 commit c32bdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/gui_main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MainGui::~MainGui() {}
3232
tsl::elm::Element *MainGui::createUI() {
3333
auto rootFrame = new tsl::elm::OverlayFrame("ShareNX \uE134", VERSION);
3434

35-
auto *list = new tsl::elm::List(2);
35+
auto *list = new tsl::elm::List();
3636

3737
list->addItem(this->img);
3838

0 commit comments

Comments
 (0)