Skip to content

Commit

Permalink
ActionLabel and Footer improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
zhulik committed Jul 2, 2023
1 parent edacedc commit 4029364
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions resources/qml/ActionLabel.qml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ RowLayout {

Steamworks.ActionText {
Layout.fillHeight: parent
verticalAlignment: Text.AlignVCenter

font.pointSize: root.height - 4

name: root.name
}
Expand Down
4 changes: 2 additions & 2 deletions resources/qml/Footer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ ToolBar {
}

RowLayout {
spacing: 10
spacing: 20
anchors.fill: parent
anchors.leftMargin: 10
anchors.rightMargin: 11
anchors.rightMargin: 10

Item {
Layout.fillWidth: parent
Expand Down

0 comments on commit 4029364

Please sign in to comment.