From 1dd448974ff025e4f048533638e972488fe0f309 Mon Sep 17 00:00:00 2001
From: A Nilsen <ban@nibio.no>
Date: Tue, 2 Jan 2024 12:04:02 +0000
Subject: [PATCH] Included MOF

---
 get_nib_dialog_base.ui | 35 ++++++++++++++++++++++++-----------
 1 file changed, 24 insertions(+), 11 deletions(-)

diff --git a/get_nib_dialog_base.ui b/get_nib_dialog_base.ui
index 82b6b17..a3a9283 100644
--- a/get_nib_dialog_base.ui
+++ b/get_nib_dialog_base.ui
@@ -20,7 +20,7 @@
    <property name="geometry">
     <rect>
      <x>10</x>
-     <y>10</y>
+     <y>4</y>
      <width>225</width>
      <height>20</height>
     </rect>
@@ -95,9 +95,9 @@
    <property name="geometry">
     <rect>
      <x>10</x>
-     <y>270</y>
+     <y>276</y>
      <width>331</width>
-     <height>122</height>
+     <height>116</height>
     </rect>
    </property>
    <property name="font">
@@ -236,9 +236,9 @@
    <property name="geometry">
     <rect>
      <x>10</x>
-     <y>110</y>
+     <y>117</y>
      <width>331</width>
-     <height>152</height>
+     <height>150</height>
     </rect>
    </property>
    <property name="font">
@@ -445,9 +445,9 @@
    <property name="geometry">
     <rect>
      <x>10</x>
-     <y>40</y>
+     <y>32</y>
      <width>331</width>
-     <height>61</height>
+     <height>77</height>
     </rect>
    </property>
    <property name="font">
@@ -465,7 +465,7 @@
     <property name="geometry">
      <rect>
       <x>140</x>
-      <y>30</y>
+      <y>25</y>
       <width>65</width>
       <height>20</height>
      </rect>
@@ -492,7 +492,7 @@
     <property name="geometry">
      <rect>
       <x>10</x>
-      <y>30</y>
+      <y>25</y>
       <width>85</width>
       <height>20</height>
      </rect>
@@ -518,8 +518,8 @@
     </property>
     <property name="geometry">
      <rect>
-      <x>260</x>
-      <y>30</y>
+      <x>259</x>
+      <y>25</y>
       <width>65</width>
       <height>20</height>
      </rect>
@@ -539,6 +539,19 @@
      <string>Infrared</string>
     </property>
    </widget>
+   <widget class="QCheckBox" name="checkBox_mof_proj">
+    <property name="geometry">
+     <rect>
+      <x>10</x>
+      <y>52</y>
+      <width>91</width>
+      <height>17</height>
+     </rect>
+    </property>
+    <property name="text">
+     <string>Include MOF</string>
+    </property>
+   </widget>
   </widget>
   <widget class="QCheckBox" name="checkBox_savemeta">
    <property name="geometry">
-- 
GitLab