Skip to content

Commit

Permalink
wpa_gui-haiku: Make the password field actually a password.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Apr 12, 2020
1 parent b409c8d commit ab2de83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wpa_supplicant/wpa_gui-haiku/WirelessConfigDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ class WirelessConfigView : public BView {
if (fPassword == NULL)
return;

fPassword->TextView()->HideTyping(true);

BLayoutItem* layoutItem = fPassword->CreateTextViewLayoutItem();
layoutItem->SetExplicitMinSize(BSize((285 / 12) * be_plain_font->Size(),
B_SIZE_UNSET));
Expand Down
Binary file added wpa_supplicant/wpa_gui-haiku/wpa_supplicant.rsrc
Binary file not shown.

0 comments on commit ab2de83

Please sign in to comment.