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 88181f3 commit a6d4155Copy full SHA for a6d4155
CustomWidget/LogText.go
@@ -16,7 +16,7 @@ func NewLogText() *LogText {
16
return &LogText{
17
Widget: widget.NewLabel(""),
18
TextLines: []string{},
19
- MaxLines: 300,
+ MaxLines: 100,
20
}
21
22
FyneApp.toml
@@ -5,4 +5,4 @@ Website = "https://github.com/Sharrnah/whispering"
5
Name = "Whispering Tiger"
6
ID = "tiger.whispering"
7
Version = "1.0.0"
8
- Build = 18
+ Build = 19
0 commit comments