mirror of https://github.com/zlatinb/muwire
remove stray assignment
parent
6944c94c0e
commit
a8cbb1ad05
|
@ -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'],
|
||||
|
|
Loading…
Reference in New Issue