|
@@ -26,11 +26,11 @@ Class ModuleManager Extends Dialog
|
|
' _table.Style=App.Theme.GetStyle( "TableView" )
|
|
' _table.Style=App.Theme.GetStyle( "TableView" )
|
|
' _table.Style.BackgroundColor=App.Theme.GetColor( "content" )
|
|
' _table.Style.BackgroundColor=App.Theme.GetColor( "content" )
|
|
|
|
|
|
- _table.AddColumn( "Module",,"15%" )
|
|
|
|
|
|
+ _table.AddColumn( "Module",,"24%" )
|
|
_table.AddColumn( "About",,"40%" )
|
|
_table.AddColumn( "About",,"40%" )
|
|
_table.AddColumn( "Version",,"12%" )
|
|
_table.AddColumn( "Version",,"12%" )
|
|
- _table.AddColumn( "Status",,"20%" )
|
|
|
|
- _table.AddColumn( "Action",,"13%" )
|
|
|
|
|
|
+ _table.AddColumn( "Status",,"12%" )
|
|
|
|
+ _table.AddColumn( "Action",,"12%" )
|
|
|
|
|
|
_docker=New DockingView
|
|
_docker=New DockingView
|
|
_docker.ContentView=_table
|
|
_docker.ContentView=_table
|