Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wondie committed Aug 7, 2018
1 parent 5b8cb1d commit dc6ecbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ui/gps_importer.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ def setupUi(self, BatchGpsImporter):
self.scrollArea.setWidgetResizable(True)
self.scrollArea.setObjectName("scrollArea")
self.scrollAreaWidgetContents = QtWidgets.QWidget()
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 109, 109))
self.scrollAreaWidgetContents.setGeometry(QtCore.QRect(0, 0, 528, 327))
self.scrollAreaWidgetContents.setObjectName("scrollAreaWidgetContents")
self.verticalLayout_5 = QtWidgets.QVBoxLayout(self.scrollAreaWidgetContents)
self.verticalLayout_5.setContentsMargins(0, 0, 0, 0)
Expand Down
4 changes: 2 additions & 2 deletions ui/gps_importer.ui
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>109</width>
<height>109</height>
<width>528</width>
<height>327</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand Down

0 comments on commit dc6ecbd

Please sign in to comment.