mirror of https://github.com/zlatinb/muwire
pack the different views to display longer translations properly
parent
b32dcabdea
commit
6944c94c0e
|
@ -21,6 +21,7 @@ class EventListView {
|
|||
builder.with {
|
||||
application(size: [320, 80], id: 'event-list',
|
||||
locationRelativeTo : null,
|
||||
pack: true,
|
||||
title: application.configuration['application.title'],
|
||||
iconImage: imageIcon('/MuWire-48x48.png').image,
|
||||
iconImages: [imageIcon('/MuWire-48x48.png').image,
|
||||
|
|
|
@ -103,7 +103,7 @@ class MainFrameView {
|
|||
iconImages: [imageIcon('/MuWire-48x48.png').image,
|
||||
imageIcon('/MuWire-32x32.png').image,
|
||||
imageIcon('/MuWire-16x16.png').image],
|
||||
pack : false,
|
||||
pack : true,
|
||||
visible : bind { model.coreInitialized }) {
|
||||
menuBar {
|
||||
menu (text : trans("FILE")) {
|
||||
|
|
|
@ -22,6 +22,7 @@ class ShutdownWindowView {
|
|||
builder.with {
|
||||
app = application(size: [320, 80], id: 'shutdown-window',
|
||||
locationRelativeTo : null,
|
||||
pack: true,
|
||||
title: application.configuration['application.title'],
|
||||
iconImage: imageIcon('/MuWire-48x48.png').image,
|
||||
iconImages: [imageIcon('/MuWire-48x48.png').image,
|
||||
|
|
Loading…
Reference in New Issue