소스 검색

Merged branch develop into master

Mark Sibly 8 년 전
부모
커밋
17d7d8c5e8
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  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=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