Remove the leftover checkbox in the key request dialog.
This commit is contained in:
committed by
Ryan Leavengood
parent
7306e9e4d5
commit
0e4f2804b5
@@ -82,10 +82,6 @@ public:
|
|||||||
layout->AddItem(fPassword->CreateLabelLayoutItem(), 0, row);
|
layout->AddItem(fPassword->CreateLabelLayoutItem(), 0, row);
|
||||||
layout->AddItem(layoutItem, 1, row++);
|
layout->AddItem(layoutItem, 1, row++);
|
||||||
|
|
||||||
fPersist = new(std::nothrow) BCheckBox("Not yet");
|
|
||||||
layout->AddItem(BSpaceLayoutItem::CreateGlue(), 0, row);
|
|
||||||
layout->AddView(fPersist, 1, row++);
|
|
||||||
|
|
||||||
BGroupView* buttons = new(std::nothrow) BGroupView(B_HORIZONTAL);
|
BGroupView* buttons = new(std::nothrow) BGroupView(B_HORIZONTAL);
|
||||||
if (buttons == NULL)
|
if (buttons == NULL)
|
||||||
return;
|
return;
|
||||||
@@ -143,7 +139,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
BStringView* fKeyringName;
|
BStringView* fKeyringName;
|
||||||
BTextControl* fPassword;
|
BTextControl* fPassword;
|
||||||
BCheckBox* fPersist;
|
|
||||||
BButton* fCancelButton;
|
BButton* fCancelButton;
|
||||||
BButton* fUnlockButton;
|
BButton* fUnlockButton;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user