deobscolescify
This commit is contained in:
parent
b085198c2d
commit
ee947c84a0
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ namespace Buypeeb {
|
||||||
ed.ContentArea.MarginTop = 5;
|
ed.ContentArea.MarginTop = 5;
|
||||||
ed.ContentArea.MarginStart = 5;
|
ed.ContentArea.MarginStart = 5;
|
||||||
ed.ContentArea.MarginEnd = 5;
|
ed.ContentArea.MarginEnd = 5;
|
||||||
ed.ActionArea.MarginBottom = 5; // TODO: apparently actionarea is obsolete
|
ed.MarginBottom = 5;
|
||||||
|
|
||||||
ResponseType accepted = (ResponseType)ed.Run();
|
ResponseType accepted = (ResponseType)ed.Run();
|
||||||
string response = edEntry.Text;
|
string response = edEntry.Text;
|
||||||
|
|
Loading…
Reference in a new issue