We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bf19e3 commit e504af4Copy full SHA for e504af4
internal/gui/document.go
@@ -65,6 +65,7 @@ func pageID(doc *document.IdDocument) *fyne.Container {
65
imgWidget := canvas.NewImageFromImage(doc.Portrait)
66
imgWidget.SetMinSize(fyne.Size{Width: 200, Height: 250})
67
imgWidget.FillMode = canvas.ImageFillContain
68
+ imgWidget.CornerRadius = theme.InputRadiusSize()
69
70
cryptoButton := widget.NewButton(t("ui.crypto"), cryptoList)
71
cryptoButton.Alignment = widget.ButtonAlignCenter
0 commit comments