Skip to content

Commit

Permalink
#1 fix tab label
Browse files Browse the repository at this point in the history
  • Loading branch information
mikan committed Jul 3, 2020
1 parent c048510 commit 39ae916
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ func main() {
}
w.SetContent(
widget.NewTabContainer(
widget.NewTabItem("MAC to IP", newIP2MACTab(w, adapters)),
widget.NewTabItem("IP to MAC", newMAC2IPTab(w, adapters)),
widget.NewTabItem("IP to MAC", newIP2MACTab(w, adapters)),
widget.NewTabItem("MAC to IP", newMAC2IPTab(w, adapters)),
),
)
w.ShowAndRun()
Expand Down

0 comments on commit 39ae916

Please sign in to comment.