From 8a30e757bf0e8020f0ea236d52750ca822726856 Mon Sep 17 00:00:00 2001 From: lilin Date: Fri, 26 Apr 2019 15:25:22 +0800 Subject: [PATCH] improve layout --- pixinwallet.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)