Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Commit

Permalink
feat: Improving design of epg model (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
miloit authored Jan 24, 2021
1 parent 7068996 commit 5b39f38
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/media_player/ui/CardMediaPlayerEPGView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,15 @@ Rectangle {
height: item_height
width: item_width
border.color: Style.color.dark
color: item_color
color: item_epgItemColor

Text {
id: epgItemTitleText
text: item_title
elide: Text.ElideRight
width: epgItemRectangle.width
wrapMode: Text.NoWrap
color: Style.color.dark
color: item_epgItemTextColor
anchors { left: parent.left; leftMargin: 0; verticalCenter: parent.verticalCenter}
font { family: "Open Sans Regular"; pixelSize: 14; bold: true }
}
Expand Down

0 comments on commit 5b39f38

Please sign in to comment.