Skip to content

Commit

Permalink
Merge pull request #1877 from KomodoPlatform/fix_rewards_modal
Browse files Browse the repository at this point in the history
Fix rewards modal overflows + make it more theme friendly
  • Loading branch information
tonymorony committed Jul 26, 2022
2 parents f1d36e7 + c8f328b commit cbfc300
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 171 deletions.
3 changes: 2 additions & 1 deletion atomic_defi_design/Dex/Addressbook/Main.qml
Expand Up @@ -121,6 +121,7 @@ Item
}
}

// Contact table content
Dex.DefaultListView
{
id: contactTable
Expand Down Expand Up @@ -268,7 +269,7 @@ Item
{
id: addressList

visible: model.rowCount() > 0
visible: addressList.model.rowCount() > 0
x: 30
model: modelData.proxyFilter
width: parent.width - 40
Expand Down

0 comments on commit cbfc300

Please sign in to comment.