Skip to content

Commit

Permalink
Fix videolaunch layout a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Jul 15, 2011
1 parent 9a50c86 commit 63fc956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glwthemes/mono/pages/videolaunch.view
Expand Up @@ -24,13 +24,13 @@ widget(container_y, {
.padding = [20, 10, 20, 10];

widget(container_x, {

.spacing = 20;
widget(image, {
.hqScaling = true;
.source = $page.model.metadata.icon;
.width = 200;
.height = 200;
.height = $ui.height / 2;
.align = topLeft;
.aspectConstraint = true;
});


Expand Down

0 comments on commit 63fc956

Please sign in to comment.