deobscolescify

This commit is contained in:
Lynne Megido 2020-09-04 19:20:14 +10:00
parent b085198c2d
commit ee947c84a0
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90

View File

@ -309,7 +309,7 @@ namespace Buypeeb {
ed.ContentArea.MarginTop = 5;
ed.ContentArea.MarginStart = 5;
ed.ContentArea.MarginEnd = 5;
ed.ActionArea.MarginBottom = 5; // TODO: apparently actionarea is obsolete
ed.MarginBottom = 5;
ResponseType accepted = (ResponseType)ed.Run();
string response = edEntry.Text;