Skip to content

Commit

Permalink
ui: Fix audio track layout in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
andoma committed Jul 18, 2016
1 parent f6d7ca4 commit fd7c874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions glwskins/flat/items/list/audio.view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ widget(container_z, {
style: "ListItem";

widget(container_x, {
width: 6em;
align: right;
width: 3.5em;
align: center;

widget(container_z, {

Expand Down Expand Up @@ -59,9 +59,9 @@ widget(container_z, {

widget(label, {
width: 5em;
margin: [0,0,1em,0];
align: right;
caption: value2duration($self.metadata.duration);
style: "ListItemLabel";
});
});
});

0 comments on commit fd7c874

Please sign in to comment.