mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-03 04:26:53 +00:00
fix gui build
This commit is contained in:
@@ -66,7 +66,7 @@ func makeMainTab() fyne.Widget {
|
||||
}()
|
||||
|
||||
lo := widget.NewMultiLineEntry()
|
||||
lo.SetReadOnly(true)
|
||||
lo.Disable()
|
||||
lo.Resize(fyne.NewSize(910, 250))
|
||||
slo := widget.NewScrollContainer(lo)
|
||||
slo.Resize(fyne.NewSize(910, 250))
|
||||
|
Reference in New Issue
Block a user