Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfc committed Aug 6, 2014
1 parent dc3a231 commit db8e947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion liteidex/src/liteapp/optionsbrowser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void OptionsBrowser::addOption(LiteApi::IOption *opt)
int OptionsBrowser::execute()
{
if (ui->listWidget->count() >= 1) {
ui->listWidget->setCurrentItem(0);
ui->listWidget->setCurrentItem(ui->listWidget->item(0));
}
return exec();
}
Expand Down
2 changes: 1 addition & 1 deletion liteidex/src/liteapp/optionswidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>696</width>
<height>444</height>
<height>350</height>
</rect>
</property>
<property name="windowTitle">
Expand Down

0 comments on commit db8e947

Please sign in to comment.