Skip to content

Commit

Permalink
[pyqgis-console] remove duplicate entries
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Apr 17, 2013
1 parent 17d8007 commit a928dce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion images/images.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
<file>themes/default/console/imgHelpConsole.png</file>
<file>themes/default/console/imgHelpDialog.png</file>
<file>themes/default/console/imgHelpMenu.png</file>
<file>themes/default/console/iconHideToolConsole.png</file>
<file>themes/default/console/iconTabEditorConsole.png</file>
<file>themes/default/console/iconNewTabEditorConsole.png</file>
<file>themes/default/console/iconCloseTabEditorConsole.png</file>
Expand Down
3 changes: 1 addition & 2 deletions python/console/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,7 @@ def __init__(self, parent=None):
self.mainLayout.setMargin(0)
self.mainLayout.setSpacing(0)
self.mainLayout.addWidget(self.widgetButton, 0, 0, 1, 1)
self.mainLayout.addWidget(self.widgetButtonEditor, 0, 1, 1, 1)
self.mainLayout.addWidget(self.splitterEditor, 0, 2, 1, 1)
self.mainLayout.addWidget(self.splitterEditor, 0, 1, 1, 1)

self.layoutEditor = QGridLayout(self.widgetEditor)
self.layoutEditor.setMargin(0)
Expand Down

0 comments on commit a928dce

Please sign in to comment.