LAPTOP-SNT8I5JK\Boounion
2025-03-21 ef6c229b7dd70ef82a068ae198f23bc9a44dfad2
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