宏修改
This commit is contained in:
@@ -22,7 +22,7 @@ int main(int argc, char* argv[]) {
|
||||
auto button = std::make_shared<mbutton>();
|
||||
|
||||
border->set_content(button)
|
||||
.h_alignment(horizontal_alignment::left)
|
||||
.h_alignment(horizontal_alignment::stretch)
|
||||
.v_alignment(vertical_alignment::stretch)
|
||||
.margin({ 10 });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user