Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4396468 commit 4b5d2d9Copy full SHA for 4b5d2d9
src/gwt/src/org/rstudio/core/client/widget/ModalDialogBase.java
@@ -443,9 +443,9 @@ protected void setButtonAlignment(HorizontalAlignmentConstant alignment)
443
bottomPanel_.setCellHorizontalAlignment(buttonPanel_, alignment);
444
}
445
446
- protected void addAnchorWidget(Widget middle)
+ protected void addAnchorWidget(Widget widget)
447
{
448
- anchorPanel_.add(middle);
+ anchorPanel_.add(widget);
449
450
451
protected void removeAnchorPanel()
0 commit comments