errael commented on code in PR #4877:
URL: https://github.com/apache/netbeans/pull/4877#discussion_r1008774363
##########
platform/o.n.core/src/org/netbeans/core/ui/ProductInformationPanel.java:
##########
@@ -102,6 +103,7 @@ public ProductInformationPanel() {
final String updates = getUpdates();
SwingUtilities.invokeLater(() -> {
description.setText(LBL_description(getProductVersionValue(),
getJavaValue(), getVMValue(), getOperatingSystemValue(), getEncodingValue(),
getSystemLocaleValue(), getUserDirValue(),
Places.getCacheDirectory().getAbsolutePath(), updates, FONT_SIZE,
getJavaRuntime()));
+
descriptionScrollPane.setVerticalScrollBarPolicy(ScrollPaneConstants.VERTICAL_SCROLLBAR_ALWAYS);
// will need a scrollbar now
Review Comment:
Thanks, I was confused by the title ".... scrollbar if the async plugin
update..." but it's a little more like
"... scrollbar in case the async plugin update...".
I had thought it might mean now that there are updates available.
So the scrollbar is there, even when there are no updates available.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists