This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Commit fdabca2
committed
[NuGet] Fix license expression links in License Acceptance dialog
Using the non-native XWT toolkit to display the dialog allows the
hyperlinks to be clicked. It also fixes the scrollbars showing a
whitebackground, even when not used.
Looked at adding the resize logic back, which would reduce the
height of the dialog based on the contents. However using the XWT
toolkit which is non-native (GTK#) the dialog is displayed first
and then resized so you can see it shrink. Instead the dialog does
not resize to fit its contents which leaves some empty space.1 parent 8c635f2 commit fdabca2
File tree
1 file changed
+4
-2
lines changed- main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement
1 file changed
+4
-2
lines changedLines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | 59 | | |
| |||
0 commit comments