remove stray assignment

pull/53/head
Zlatin Balevsky 2020-10-09 18:17:22 +01:00
parent 6944c94c0e
commit a8cbb1ad05
No known key found for this signature in database
GPG Key ID: A72832072D525E41
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class ShutdownWindowView {
void initUI() {
builder.with {
app = application(size: [320, 80], id: 'shutdown-window',
application(size: [320, 80], id: 'shutdown-window',
locationRelativeTo : null,
pack: true,
title: application.configuration['application.title'],