diff --git a/Source/GUIBase/GUIBase.dproj b/Source/GUIBase/GUIBase.dproj
index 84e7139f..4cf8df42 100644
--- a/Source/GUIBase/GUIBase.dproj
+++ b/Source/GUIBase/GUIBase.dproj
@@ -58,34 +58,34 @@
MainSource
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/Source/GUIBase/GUIBase.res b/Source/GUIBase/GUIBase.res
index 8b251f31..1641339f 100644
Binary files a/Source/GUIBase/GUIBase.res and b/Source/GUIBase/GUIBase.res differ
diff --git a/Source/GUIBase/uViewGridBase.dfm b/Source/GUIBase/uViewGridBase.dfm
index d89a2a99..56958797 100644
--- a/Source/GUIBase/uViewGridBase.dfm
+++ b/Source/GUIBase/uViewGridBase.dfm
@@ -1,7 +1,6 @@
inherited frViewGridBase: TfrViewGridBase
Width = 441
Height = 268
- ParentFont = True
ExplicitWidth = 441
ExplicitHeight = 268
object dsDataSource: TDADataSource
diff --git a/Source/GUIBase/uViewGridBase.pas b/Source/GUIBase/uViewGridBase.pas
index 1d53ffb4..fa5a8ae1 100644
--- a/Source/GUIBase/uViewGridBase.pas
+++ b/Source/GUIBase/uViewGridBase.pas
@@ -341,7 +341,7 @@ var
AIniFile : String;
begin
inherited;
- {if Assigned(_FocusedView) then
+ if Assigned(_FocusedView) then
begin
AIniFile := GetSpecialFolderPath(CSIDL_APPDATA); //[Current Users]\Application Data
@@ -351,7 +351,7 @@ begin
ForceDirectories(AIniFile);
_FocusedView.RestoreFromIniFile(AIniFile + 'grid.xml', True, False, []);
- end;}
+ end;
AjustarAncho;
end;