mirror of https://github.com/zlatinb/muwire
remove stray assignment
parent
6944c94c0e
commit
a8cbb1ad05
|
@ -20,7 +20,7 @@ class ShutdownWindowView {
|
||||||
|
|
||||||
void initUI() {
|
void initUI() {
|
||||||
builder.with {
|
builder.with {
|
||||||
app = application(size: [320, 80], id: 'shutdown-window',
|
application(size: [320, 80], id: 'shutdown-window',
|
||||||
locationRelativeTo : null,
|
locationRelativeTo : null,
|
||||||
pack: true,
|
pack: true,
|
||||||
title: application.configuration['application.title'],
|
title: application.configuration['application.title'],
|
||||||
|
|
Loading…
Reference in New Issue