Reorganized branch options in commit dialog.

FossilOrigin-Name: 1954aea71218df9a36b6059fac19ab416ef470dc
This commit is contained in:
kostas
2015-06-02 16:19:59 +00:00
parent 2a5611b38a
commit d285cc76a8
4 changed files with 62 additions and 37 deletions

View File

@@ -164,6 +164,7 @@ void CommitDialog::on_listView_clicked(const QModelIndex &)
//------------------------------------------------------------------------------
void CommitDialog::on_chkNewBranch_toggled(bool checked)
{
ui->lblPrivateBranch->setEnabled(checked);
ui->chkPrivateBranch->setEnabled(checked);
ui->lineBranchName->setEnabled(checked);
}