Move AIS entry details "done" button down a bit.

This commit is contained in:
Jared Boone 2016-01-15 15:26:04 -08:00
parent f3989050e8
commit 5ddb99237e

View File

@ -157,7 +157,7 @@ private:
AISRecentEntry entry_; AISRecentEntry entry_;
Button button_done { Button button_done {
{ 72, 192, 96, 24 }, { 72, 216, 96, 24 },
"Done" "Done"
}; };