Browse Source

ui change

logicp 5 years ago
parent
commit
fe3d205d73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ui_argdialog.h

+ 1 - 1
ui_argdialog.h

@@ -339,7 +339,7 @@ public:
 "min-width: 4em;\n"
 "padding: 4px;"));
         argCommandButtons->setOrientation(Qt::Horizontal);
-        argCommandButtons->setStandardButtons(QDialogButtonBox::Cancel|QDialogButtonBox::Save);
+        argCommandButtons->setStandardButtons(QDialogButtonBox::Close|QDialogButtonBox::Save);
         argCommandButtons->setCenterButtons(true);
 
         horizontalLayout_5->addWidget(argCommandButtons);