Skip to content

Commit

Permalink
Fixed small design issue
Browse files Browse the repository at this point in the history
  • Loading branch information
myzinsky committed May 25, 2022
1 parent dda850d commit 2a8c2ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions qml/QSOItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import QtQuick.Controls.Material 2.12
import QtGraphicalEffects 1.0

SwipeDelegate {
id: swipeDelegateId
width: parent.width
height: 70

Expand Down Expand Up @@ -172,6 +173,8 @@ SwipeDelegate {
id: name
color: "#ffffff"
text: model.name
width: swipeDelegateId.width - call.width - country.width - 20;
elide: Text.ElideRight
anchors.leftMargin: 10
font.italic: true
font.bold: false
Expand Down

0 comments on commit 2a8c2ab

Please sign in to comment.