Răsfoiți Sursa

Merged branch develop into master

Mark Sibly 8 ani în urmă
părinte
comite
17d7d8c5e8
1 a modificat fișierele cu 3 adăugiri și 3 ștergeri
  1. 3 3
      src/ted2/modulemanager.monkey2

+ 3 - 3
src/ted2/modulemanager.monkey2

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