diff --git a/ropa/gui/gui.py b/ropa/gui/gui.py
index 40938f0..05e7d17 100644
--- a/ropa/gui/gui.py
+++ b/ropa/gui/gui.py
@@ -98,17 +98,13 @@ def _init_list_widgets(self):
def _init_buttons(self):
instructions_button_widget = self.findChild(qg.QPushButton,
- 'searchInstructions')
+ 'search')
self.instructions_button = IBController(self,
instructions_button_widget)
poppopret_button_widget = self.findChild(qg.QPushButton,
'searchPopPopRet')
self.poppopret_button = PBController(self,
poppopret_button_widget)
- semantics_button_widget = self.findChild(qg.QPushButton,
- 'searchSemantics')
- self.semantics_button = SBController(self,
- semantics_button_widget)
def _init_text_inputs(self):
filter_input = self.findChild(qg.QLineEdit, 'searchBar')
diff --git a/ropa/ui/scene.ui b/ropa/ui/scene.ui
index 1a9d32b..fb3bc89 100644
--- a/ropa/ui/scene.ui
+++ b/ropa/ui/scene.ui
@@ -171,14 +171,14 @@
-
-
-
+
9
- Instructions
+ Search
false
@@ -203,21 +203,6 @@
- -
-
-
-
- 9
-
-
-
- Semantics
-
-
- false
-
-
-
-