mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 05:48:12 +00:00
GGroupBox: Rename "name" property to "title"
This commit is contained in:
parent
3ae9fc5d88
commit
758e926b99
3 changed files with 12 additions and 12 deletions
|
@ -127,7 +127,7 @@ void VBWidget::setup_properties()
|
|||
}
|
||||
|
||||
if (m_type == VBWidgetType::GGroupBox) {
|
||||
VB_ADD_PROPERTY(GGroupBox, "name", name, set_name, string);
|
||||
VB_ADD_PROPERTY(GGroupBox, "title", title, set_title, string);
|
||||
}
|
||||
|
||||
if (m_type == VBWidgetType::GScrollBar) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue