Skip to content

Commit

Permalink
Pro View: Set minimum heights for the orderbook and the best orders
Browse files Browse the repository at this point in the history
  • Loading branch information
syl committed Aug 4, 2022
1 parent 38c9518 commit 01e2cb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions atomic_defi_design/Dex/Exchange/Trade/ProView.qml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ RowLayout
id: orderBook

width: parent.width
minHeight: 320
}

// Best Orders
Expand All @@ -168,6 +169,7 @@ RowLayout
id: bestOrders

width: parent.width
minHeight: 140
}
}

Expand Down

0 comments on commit 01e2cb0

Please sign in to comment.