mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
GGroupBox: Rename "name" property to "title"
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user