Skip to content

Commit

Permalink
added indication of subtitles language to UI, fixes #3371: osd_subs.…
Browse files Browse the repository at this point in the history
…view
  • Loading branch information
lprot authored and andoma committed Mar 20, 2018
1 parent 82d6a4f commit 2486660
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions glwskins/flat/osd/osd_subs.view
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,19 @@ widget(container_y, {
padding: [0.5em, 0, 0, 0];
align: center;

widget(label, {
filterConstraintX: true;
caption: $self.title;
style: "NavSelectedText";
});
widget(container_x, {
widget(label, {
filterConstraintX: true;
caption: $self.title;
style: "NavSelectedTextSecondary";
});

widget(label, {
filterConstraintX: true;
caption: $self.longformat;
style: "NavSelectedTextSecondary";
});
});
widget(container_x, {
widget(label, {
filterConstraintX: true;
Expand Down

0 comments on commit 2486660

Please sign in to comment.