Do not wrap around list by default
This commit is contained in:
parent
3c170e9696
commit
c40fd422f0
2 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
v1.4.3 (WIP)
|
||||
- Add SetFocusedFunc to TreeNode
|
||||
- Do not wrap around list by default
|
||||
|
||||
v1.4.2 (2020-02-02)
|
||||
- Add scroll bar to List, DropDown, Table and TreeView
|
||||
|
|
1
list.go
1
list.go
|
@ -81,7 +81,6 @@ func NewList() *List {
|
|||
Box: NewBox(),
|
||||
showSecondaryText: true,
|
||||
showScrollBar: true,
|
||||
wrapAround: true,
|
||||
mainTextColor: Styles.PrimaryTextColor,
|
||||
secondaryTextColor: Styles.TertiaryTextColor,
|
||||
shortcutColor: Styles.SecondaryTextColor,
|
||||
|
|
Loading…
Reference in a new issue