mirror of
				https://github.com/vsariola/sointu.git
				synced 2025-10-31 07:54:26 -04:00 
			
		
		
		
	feat(tracker/gioui): remove maximum length from unit comment
Related to #115.
This commit is contained in:
		
						parent
						
							8074fd71d3
						
					
				
				
					commit
					6337101985
				
			| @ -47,7 +47,7 @@ func NewUnitEditor(m *tracker.Model) *UnitEditor { | ||||
| 		DisableUnitBtn: NewBoolClickable(m.UnitDisabled().Bool()), | ||||
| 		CopyUnitBtn:    new(TipClickable), | ||||
| 		SelectTypeBtn:  new(widget.Clickable), | ||||
| 		commentEditor:  NewEditor(widget.Editor{SingleLine: true, Submit: true, MaxLen: 16}), | ||||
| 		commentEditor:  NewEditor(widget.Editor{SingleLine: true, Submit: true}), | ||||
| 		sliderList:     NewDragList(m.Params().List(), layout.Vertical), | ||||
| 		searchList:     NewDragList(m.SearchResults().List(), layout.Vertical), | ||||
| 	} | ||||
|  | ||||
		Reference in New Issue
	
	Block a user