add contribution information

This commit is contained in:
Jinhao 2017-07-29 08:05:25 +08:00
parent 18d2e2a84f
commit 18ba5cb2db

View File

@ -8,6 +8,8 @@
* http://www.boost.org/LICENSE_1_0.txt) * http://www.boost.org/LICENSE_1_0.txt)
* *
* @file: nana/gui/msgbox.hpp * @file: nana/gui/msgbox.hpp
* @Contributors
* James Bremner
*/ */
#include <nana/gui.hpp> #include <nana/gui.hpp>
@ -1281,6 +1283,8 @@ namespace nana
verifier_ = std::move(verifier); 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 ) void inputbox::min_width_entry_field( int pixels )
{ {
// don't let the entry fields vanish entirely // don't let the entry fields vanish entirely