Skip to content

Commit

Permalink
improve layout
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin committed Apr 26, 2019
1 parent 249047e commit 8a30e75
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pixinwallet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2153,8 +2153,9 @@ def create_ocean_exchange_widget(self):
operation_this_layout.addWidget(quote_widget)

self.asset_detail_in_ocean_page = QTableView()
operation_this_layout.addWidget(self.asset_detail_in_ocean_page)

operation_this_layout.addWidget(self.ocean_target_asset_id_input)
operation_this_layout.addWidget(self.asset_detail_in_ocean_page)

fetchOceanPriceBtn = QPushButton("Get price")
fetchOceanPriceBtn.pressed.connect(self.fetchOceanPrice)
Expand Down

0 comments on commit 8a30e75

Please sign in to comment.