2
0
Mark Sibly 8 жил өмнө
parent
commit
76de3289d3

+ 2 - 6
src/ted2/assets/about.html

@@ -13,19 +13,15 @@ body{
 }
 
 h1{
-	color: #fff;
+	color: #fc0;
 	font-size: 28px;
 	text-align: center;
-	background-color: #777;
-	padding: 4px 4px 8px 4px;
 }
 
 h2{
-	color: #fff;
+	color: #fc0;
 	font-size: 24px;
 	text-align: center;
-	background-color: #777;
-	padding: 4px 4px 8px 4px;
 }
 
 div.awesome{

+ 3 - 3
src/ted2/modulemanager.monkey2

@@ -288,9 +288,9 @@ Class ModuleManager Extends Dialog
 			_procmods.Push( module )
 			
 			If module.status="Installed"
-				docker.AddView( New Label( "Update module:"+module.name ),"top" )
+				docker.AddView( New Label( "Update module: "+module.name ),"top" )
 			Else
-				docker.AddView( New Label( "Install module:~t"+module.name ),"top" )
+				docker.AddView( New Label( "Install module: "+module.name ),"top" )
 			Endif
 		Next
 		
@@ -399,7 +399,7 @@ Class ModuleManager Extends Dialog
 		
 		EnumRemoteModules()
 		
-		_filters["Local"].Checked=True
+		_filters["Local"].Checked=False
 		_filters["Installed"].Checked=True
 		_filters["Uninstalled"].Checked=True