diff --git a/app/src/gambas3/.src/Component/CClassInfo.class b/app/src/gambas3/.src/Component/CClassInfo.class index 93cade05f..4e968d8ea 100644 --- a/app/src/gambas3/.src/Component/CClassInfo.class +++ b/app/src/gambas3/.src/Component/CClassInfo.class @@ -251,7 +251,7 @@ Public Sub InitControl() Endif Endif - If Component = CComponent.PROJECT_NAME Then + If hSym.Component = CComponent.PROJECT_NAME Then bDoNotApply = True Else If Family <> "Form" Then If MultiContainer Then diff --git a/app/src/gambas3/help/wiki/style-offline-htmlview.css b/app/src/gambas3/help/wiki/style-offline-htmlview.css index ae4bb24d7..4aeb496ea 100644 --- a/app/src/gambas3/help/wiki/style-offline-htmlview.css +++ b/app/src/gambas3/help/wiki/style-offline-htmlview.css @@ -26,7 +26,7 @@ DIV.syntax > P:last-child { H1 { display: block !important; - font-size: 1.5rem !important; + font-size: 2rem !important; margin-top: 0 !important; /*margin-bottom: 0 !important;*/ }