SideBySide2: Rearrange order of ? help popup
Display the box as:
Application Actions
Navigation
Comment Editing
Given the length of the Navigation and Actions lists, this fits
much better into the dialog and avoids vast amounts of empty space.
Change-Id: Ie4d23f706ccdfe3f96bbbb4adc87c1ee8c5ac506
This commit is contained in:
@@ -471,11 +471,11 @@ public class SideBySide2 extends Screen {
|
||||
}
|
||||
|
||||
removeKeyHandlerRegistrations();
|
||||
handlers.add(GlobalKey.add(this, keysAction));
|
||||
handlers.add(GlobalKey.add(this, keysNavigation));
|
||||
if (keysComment != null) {
|
||||
handlers.add(GlobalKey.add(this, keysComment));
|
||||
}
|
||||
handlers.add(GlobalKey.add(this, keysAction));
|
||||
handlers.add(ShowHelpCommand.addFocusHandler(new FocusHandler() {
|
||||
@Override
|
||||
public void onFocus(FocusEvent event) {
|
||||
|
||||
Reference in New Issue
Block a user