mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Set adjustment rules for combobox within foreign key editor
This commit is contained in:
@@ -18,6 +18,7 @@ public:
|
||||
, clauseEdit(new QLineEdit(this))
|
||||
, m_btnReset(new QPushButton(tr("&Reset"), this))
|
||||
{
|
||||
idsComboBox->setSizeAdjustPolicy(QComboBox::AdjustToContents);
|
||||
clauseEdit->setPlaceholderText(tr("(foreign key clauses(ON UPDATE, ON DELETE etc.)"));
|
||||
|
||||
QHBoxLayout* layout = new QHBoxLayout(this);
|
||||
|
||||
Reference in New Issue
Block a user