From 18ba5cb2db45d57a634350a7a111351d4b550eb5 Mon Sep 17 00:00:00 2001 From: Jinhao Date: Sat, 29 Jul 2017 08:05:25 +0800 Subject: [PATCH] add contribution information --- source/gui/msgbox.cpp | 4 ++++ 1 file changed, 4 insertions(+) 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