]> Creatis software - creaWT.git/blobdiff - wt/bbtk_wt_PKG/src/bbwtCommandButton.cxx~
2498 BBTK FeatureNewNormal wt-version PackageWt
[creaWT.git] / wt / bbtk_wt_PKG / src / bbwtCommandButton.cxx~
index df7929a09a62c23c8003104a404586cd60820faf..1b526afcc8a6bde67c9d98afcc52c107b2da8e66 100644 (file)
@@ -20,6 +20,7 @@ namespace bbwt
       void SetLabel(Wt::WString nLabel);
     
 
+
     private:
       CommandButton* mBox;
       Wt::WPushButton *mwtPushButton;
@@ -35,7 +36,7 @@ namespace bbwt
   {
     Wt::WContainerWidget *container = this;
     mwtPushButton = new Wt::WPushButton(label,parent);
-    mwtPushButton->setMinimumSize(200,40);
+    mwtPushButton->setMinimumSize(170,30);
     mwtPushButton->clicked().connect(this, &CommandButtonWidget::OnCommandButton);
     container->addWidget(mwtPushButton);
   }