diff --git a/source/gui/msgbox.cpp b/source/gui/msgbox.cpp index d80d690c..b7cc392c 100644 --- a/source/gui/msgbox.cpp +++ b/source/gui/msgbox.cpp @@ -8,6 +8,8 @@ * http://www.boost.org/LICENSE_1_0.txt) * * @file: nana/gui/msgbox.hpp + * @Contributors + * James Bremner */ #include @@ -1281,6 +1283,8 @@ namespace nana verifier_ = std::move(verifier); } + //Inputbox set minimum width entry field(https://github.com/cnjinhao/nana/pull/234) + //Contributed by James Bremner void inputbox::min_width_entry_field( int pixels ) { // don't let the entry fields vanish entirely