Skip to content

Commit

Permalink
remove unneeded base geometry tab
Browse files Browse the repository at this point in the history
  • Loading branch information
sliptonic committed Nov 13, 2016
1 parent bc2d013 commit e1fad4e
Showing 1 changed file with 11 additions and 35 deletions.
46 changes: 11 additions & 35 deletions src/Mod/Path/Gui/Resources/panels/ContourEdit.ui
Expand Up @@ -23,43 +23,19 @@
<item row="0" column="0">
<widget class="QToolBox" name="toolBox">
<property name="currentIndex">
<number>4</number>
<number>3</number>
</property>
<widget class="QWidget" name="Geometry">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
</rect>
</property>
<property name="toolTip">
<string>Contour works on shape outer loop but maybe could work on something else</string>
</property>
<attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc">
<normaloff>:/icons/Path-BaseGeometry.svg</normaloff>:/icons/Path-BaseGeometry.svg</iconset>
</attribute>
<attribute name="label">
<string>Base Geometry</string>
</attribute>
<layout class="QGridLayout" name="gridLayout_2"/>
</widget>
<widget class="QWidget" name="Depths">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
<height>318</height>
</rect>
</property>
<attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc">
<iconset resource="../Path.qrc">
<normaloff>:/icons/Path-Depths.svg</normaloff>:/icons/Path-Depths.svg</iconset>
</attribute>
<attribute name="label">
Expand Down Expand Up @@ -121,12 +97,12 @@
<rect>
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
<width>165</width>
<height>70</height>
</rect>
</property>
<attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc">
<iconset resource="../Path.qrc">
<normaloff>:/icons/Path-Heights.svg</normaloff>:/icons/Path-Heights.svg</iconset>
</attribute>
<attribute name="label">
Expand Down Expand Up @@ -172,7 +148,7 @@
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
<height>318</height>
</rect>
</property>
<attribute name="label">
Expand Down Expand Up @@ -230,11 +206,11 @@
<x>0</x>
<y>0</y>
<width>334</width>
<height>288</height>
<height>318</height>
</rect>
</property>
<attribute name="icon">
<iconset resource="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc">
<iconset resource="../Path.qrc">
<normaloff>:/icons/Path-OperationB.svg</normaloff>:/icons/Path-OperationB.svg</iconset>
</attribute>
<attribute name="label">
Expand Down Expand Up @@ -358,8 +334,8 @@
</customwidget>
</customwidgets>
<resources>
<include location="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"/>
<include location="../../../FreeCAD/src/Mod/Path/Gui/Resources/Path.qrc"/>
<include location="../Path.qrc"/>
<include location="../Path.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit e1fad4e

Please sign in to comment.