fix position issue on Linux

This commit is contained in:
Jinhao
2017-01-30 18:12:50 +08:00
parent 3f5d2fa0c5
commit f11c54e513
3 changed files with 35 additions and 13 deletions

View File

@@ -618,7 +618,7 @@ namespace nana
place_.field_display(img_fields[i], false);
}
size({desc_extent.width, height });
move(API::make_center(this->owner(), desc_extent.width, height));
caption(title);
}