Index: base/applications/mscutils/servman/mainwnd.c =================================================================== --- base/applications/mscutils/servman/mainwnd.c (revision 69490) +++ base/applications/mscutils/servman/mainwnd.c (working copy) @@ -558,8 +558,9 @@ break; case ID_VIEW_LARGE: - SetListViewStyle(Info->hListView, - LVS_ICON); + SetListViewStyle(Info->hListView, LVS_ICON); + ListView_Arrange(Info->hListView, LVA_DEFAULT); + CheckMenuRadioItem(GetMenu(Info->hMainWnd), ID_VIEW_LARGE, ID_VIEW_DETAILS, @@ -568,8 +569,9 @@ break; case ID_VIEW_SMALL: - SetListViewStyle(Info->hListView, - LVS_SMALLICON); + SetListViewStyle(Info->hListView, LVS_SMALLICON); + ListView_Arrange(Info->hListView, LVA_DEFAULT); + CheckMenuRadioItem(GetMenu(Info->hMainWnd), ID_VIEW_LARGE, ID_VIEW_DETAILS,