Skip to content

Commit

Permalink
UI|Client: Right-clicking items in the Packages sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 18, 2017
1 parent 649080a commit 5b43218
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -36,6 +36,7 @@ DENG_GUI_PIMPL(PackagesSidebarWidget)

container->add(browser = new PackagesWidget);
browser->setFilterEditorMinimumY(Const(0));
browser->setRightClickToOpenContextMenu(true);
browser->rule().setInput(Rule::Width, rule("sidebar.width"));

// Action for showing information about the package.
Expand Down

0 comments on commit 5b43218

Please sign in to comment.