SourceCode/Bond/Servo/CPanelAttributes.cpp
@@ -66,7 +66,7 @@ pAttribute->getName().c_str(), pAttribute->getValue().c_str(), pAttribute->getDescription().c_str()); pProperty->AllowEdit(TRUE); pProperty->AllowEdit(FALSE); m_gridCtrl.AddProperty(pProperty); } } @@ -161,7 +161,7 @@ y += 8; GetDlgItem(IDC_MFCPROPERTYGRID1)->MoveWindow(5, y, rcClient.Width() - 13, rcClient.Height() - 3 - y); GetDlgItem(IDC_MFCPROPERTYGRID1)->MoveWindow(5, y, rcClient.Width() - 8, rcClient.Height() - 3 - y); } #define ATTRIBUTES_PANEL_MIN_WIDTH 88