diff --git a/pixinwallet.py b/pixinwallet.py index 26395d3..4ce92c9 100644 --- a/pixinwallet.py +++ b/pixinwallet.py @@ -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)