Skip to content

Commit

Permalink
Preferences: making local grid ROI editable
Browse files Browse the repository at this point in the history
  • Loading branch information
matlabbe committed Dec 7, 2024
1 parent 5988f0b commit d33e98a
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions guilib/src/ui/preferencesDialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-269</y>
<y>0</y>
<width>713</width>
<height>4653</height>
</rect>
Expand Down Expand Up @@ -95,7 +95,7 @@
<enum>QFrame::Raised</enum>
</property>
<property name="currentIndex">
<number>5</number>
<number>3</number>
</property>
<widget class="QWidget" name="page_22">
<layout class="QVBoxLayout" name="verticalLayout_29" stretch="0,0">
Expand Down Expand Up @@ -13887,11 +13887,7 @@ If set to false, classic RTAB-Map loop closure detection is done using only imag
</widget>
</item>
<item row="3" column="0">
<widget class="QLineEdit" name="lineEdit_grid_roi">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
<widget class="QLineEdit" name="lineEdit_grid_roi"/>
</item>
<item row="3" column="1">
<widget class="QLabel" name="label_324">
Expand Down

0 comments on commit d33e98a

Please sign in to comment.