update Fyne packages for 2.6-alpha1
This commit is contained in:
@@ -384,7 +384,7 @@ func (p *PlaylistList) buildHeaderAndLayout() {
|
||||
|
||||
p.header = widgets.NewListHeader([]widgets.ListColumn{
|
||||
{Text: lang.L("Name"), Alignment: fyne.TextAlignLeading, CanToggleVisible: false},
|
||||
{Text: lang.L("Description"), Alignment: fyne.TextAlignLeading, CanToggleVisible: false},
|
||||
{Text: lang.L("_Description"), Alignment: fyne.TextAlignLeading, CanToggleVisible: false},
|
||||
{Text: lang.L("Owner"), Alignment: fyne.TextAlignLeading, CanToggleVisible: false},
|
||||
{Text: trackCount, Alignment: fyne.TextAlignTrailing, CanToggleVisible: false}}, p.columnsLayout)
|
||||
p.header.SetSorting(p.sorting)
|
||||
|
||||
@@ -62,7 +62,7 @@ func NewEditPlaylistDialog(playlist *mediaprovider.Playlist, showPublicCheck boo
|
||||
container.New(layout.NewFormLayout(),
|
||||
widget.NewLabel(lang.L("Name")),
|
||||
nameEntry,
|
||||
widget.NewLabel(lang.L("Description")),
|
||||
widget.NewLabel(lang.L("_Description")),
|
||||
descriptionEntry,
|
||||
),
|
||||
container.NewHBox(isPublicCheck, layout.NewSpacer(), deleteBtn),
|
||||
|
||||
Reference in New Issue
Block a user