Skip to content

Commit

Permalink
Widgets|libappfw: Tweaked keyboard navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 2, 2016
1 parent 6a527e0 commit c8ad7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doomsday/sdk/libappfw/src/guiwidget.cpp
Expand Up @@ -440,7 +440,7 @@ DENG2_PIMPL(GuiWidget)
}

// Prefer widgets that are nearby, particularly in the specified direction.
return delta.length() * (.1f + acos(dotProd));
return delta.length() * (.5f + acos(dotProd));
}

GuiWidget *findAdjacentWidgetToFocus(ui::Direction dir) const
Expand Down

0 comments on commit c8ad7b3

Please sign in to comment.