center progress bar and main frame

This commit is contained in:
Zlatin Balevsky
2019-05-31 12:32:47 +01:00
parent 624e135561
commit 8824869e16
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class EventListView {
void initUI() {
builder.with {
application(size: [320, 80], id: 'event-list',
locationRelativeTo : null,
title: application.configuration['application.title'],
iconImage: imageIcon('/griffon-icon-48x48.png').image,
iconImages: [imageIcon('/griffon-icon-48x48.png').image,

View File

@@ -30,6 +30,7 @@ class MainFrameView {
void initUI() {
builder.with {
application(size : [1024,768], id: 'main-frame',
locationRelativeTo : null,
title: application.configuration['application.title'],
iconImage: imageIcon('/griffon-icon-48x48.png').image,
iconImages: [imageIcon('/griffon-icon-48x48.png').image,