Skip to content

Commit

Permalink
Merge pull request #1092 from FashionFreedom/background-image
Browse files Browse the repository at this point in the history
UI bugs fixes after having merged the background image feature
  • Loading branch information
DSCaskey committed Apr 15, 2024
2 parents e829b84 + 1376666 commit fe07a43
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/app/seamly2d/mainwindow.ui
Expand Up @@ -690,7 +690,7 @@
</widget>
<widget class="QToolBar" name="operations_ToolBar">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="windowTitle">
<string>Operations ToolBar</string>
Expand Down Expand Up @@ -901,18 +901,18 @@
<string/>
</property>
<property name="currentIndex">
<number>6</number>
<number>0</number>
</property>
<property name="tabSpacing">
<number>4</number>
</property>
<widget class="QWidget" name="points_Page">
<property name="geometry">
<rect>
<x>-15</x>
<x>0</x>
<y>0</y>
<width>118</width>
<height>288</height>
<height>294</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1030,7 +1030,7 @@
</property>
<property name="icon">
<iconset resource="share/resources/toolicon.qrc">
<normaloff>:/toolicon/32x32/point_of_contact.png</normaloff>:/toolicon/32x32/point_of_contact.png</iconset>
<normaloff>:/toolicon/32x32/point_intersect_arc_line.png</normaloff>:/toolicon/32x32/point_intersect_arc_line.png</iconset>
</property>
<property name="iconSize">
<size>
Expand Down Expand Up @@ -1259,7 +1259,7 @@
<x>0</x>
<y>0</y>
<width>124</width>
<height>58</height>
<height>59</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1357,7 +1357,7 @@
<x>0</x>
<y>0</y>
<width>124</width>
<height>196</height>
<height>200</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1616,8 +1616,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>103</width>
<height>226</height>
<width>124</width>
<height>231</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1897,7 +1897,7 @@
<x>0</x>
<y>0</y>
<width>124</width>
<height>180</height>
<height>184</height>
</rect>
</property>
<property name="toolTip">
Expand Down Expand Up @@ -2119,7 +2119,7 @@
<x>0</x>
<y>0</y>
<width>124</width>
<height>96</height>
<height>98</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -2269,7 +2269,7 @@
<x>0</x>
<y>0</y>
<width>124</width>
<height>60</height>
<height>61</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -2374,8 +2374,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>98</width>
<height>28</height>
<width>120</width>
<height>82</height>
</rect>
</property>
<property name="toolTip">
Expand Down Expand Up @@ -2508,8 +2508,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>101</width>
<height>54</height>
<width>120</width>
<height>82</height>
</rect>
</property>
<attribute name="icon">
Expand Down

0 comments on commit fe07a43

Please sign in to comment.