partition manager + tab/wizard rework

This commit is contained in:
kepler155c@gmail.com
2020-04-26 19:39:58 -06:00
parent b0d2ce0199
commit ef9f0e09b6
35 changed files with 588 additions and 334 deletions

View File

@@ -46,7 +46,7 @@ local page = UI.Page {
configTabs = UI.Tabs {
y = 2,
filterTab = UI.Tab {
tabTitle = 'Filter',
title = 'Filter',
noFill = true,
filterGridText = UI.Text {
x = 2, y = 2,
@@ -93,7 +93,7 @@ local page = UI.Page {
},
},
modemTab = UI.Tab {
tabTitle = 'Modem',
title = 'Modem',
channelGrid = UI.ScrollingGrid {
x = 2, y = 2,
width = 12, height = 5,