diff --git a/netCDFVisualizer.ui b/netCDFVisualizer.ui
index 8cf2a64a37d404122467dd6cbc3bdc8e799de6c2..86ed76954f55630aa0e33d781d5c21ab9aa3d82c 100644
--- a/netCDFVisualizer.ui
+++ b/netCDFVisualizer.ui
@@ -183,7 +183,7 @@
     </item>
    </layout>
   </widget>
-  <widget class="QWidget" name="">
+  <widget class="QWidget" name="layoutWidget">
    <property name="geometry">
     <rect>
      <x>30</x>
@@ -200,6 +200,13 @@
       </property>
      </widget>
     </item>
+    <item>
+     <widget class="QPushButton" name="btn_remove_sel">
+      <property name="text">
+       <string>Remove</string>
+      </property>
+     </widget>
+    </item>
     <item>
      <spacer name="horizontalSpacer_3">
       <property name="orientation">
@@ -215,6 +222,29 @@
     </item>
    </layout>
   </widget>
+  <widget class="QSplitter" name="splitter">
+   <property name="geometry">
+    <rect>
+     <x>1090</x>
+     <y>30</y>
+     <width>91</width>
+     <height>71</height>
+    </rect>
+   </property>
+   <property name="orientation">
+    <enum>Qt::Vertical</enum>
+   </property>
+   <widget class="QPushButton" name="btn_plot">
+    <property name="text">
+     <string/>
+    </property>
+   </widget>
+   <widget class="QLabel" name="label">
+    <property name="text">
+     <string>      Create Plot</string>
+    </property>
+   </widget>
+  </widget>
  </widget>
  <resources/>
  <connections/>