@@ -27,9 +27,9 @@ MemoryMapView::MemoryMapView(StdTable* parent)
27
27
addColumnAt (8 + charwidth * 2 * sizeof (duint), tr (" Size" ), false , tr (" Size" )); // size
28
28
addColumnAt (8 + charwidth * 32 , tr (" Info" ), false , tr (" Page Information" )); // page information
29
29
addColumnAt (8 + charwidth * 28 , tr (" Content" ), false , tr (" Content of section" )); // content of section
30
- addColumnAt (8 + charwidth * 5 , tr (" Type" ), false , tr (" Allocation Type" )); // allocation type
31
- addColumnAt (8 + charwidth * 11 , tr (" Protection" ), false , tr (" Current Protection" )); // current protection
32
- addColumnAt (8 + charwidth * 8 , tr (" Initial" ), false , tr (" Allocation Protection" )); // allocation protection
30
+ addColumnAt (8 + charwidth * 5 , tr (" Type" ), true , tr (" Allocation Type" )); // allocation type
31
+ addColumnAt (8 + charwidth * 11 , tr (" Protection" ), true , tr (" Current Protection" )); // current protection
32
+ addColumnAt (8 + charwidth * 8 , tr (" Initial" ), true , tr (" Allocation Protection" )); // allocation protection
33
33
loadColumnFromConfig (" MemoryMap" );
34
34
35
35
connect (Bridge::getBridge (), SIGNAL (updateMemory ()), this , SLOT (refreshMap ()));
0 commit comments