File tree 2 files changed +1
-2
lines changed
python/plugins/processing
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -232,8 +232,6 @@ def initGui(self):
232
232
self .optionsAction .triggered .connect (self .openProcessingOptions )
233
233
self .toolbox .processingToolbar .addAction (self .optionsAction )
234
234
235
- self .toolbox .processingToolbar .setIconSize (self .iface .iconSize (True ))
236
-
237
235
menuBar = self .iface .mainWindow ().menuBar ()
238
236
menuBar .insertMenu (
239
237
self .iface .firstRightStandardMenu ().menuAction (), self .menu )
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ def __init__(self):
70
70
self .tipWasClosed = False
71
71
self .setupUi (self )
72
72
self .setAllowedAreas (Qt .LeftDockWidgetArea | Qt .RightDockWidgetArea )
73
+ self .processingToolbar .setIconSize (iface .iconSize (True ))
73
74
74
75
self .searchBox .textChanged .connect (self .textChanged )
75
76
self .algorithmTree .customContextMenuRequested .connect (
You can’t perform that action at this time.
0 commit comments