Skip to content

Commit 4928a3a

Browse files
committed
Improve renderer button placement
1 parent 8b92240 commit 4928a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/docks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ def __init__(self, model, font_metric, main_window, parent=None):
184184
self.panelLayout.addWidget(self.resGroupBox)
185185
self.panelLayout.addWidget(HorizontalLine())
186186
self.panelLayout.addWidget(self.zoomWidget)
187-
self.panelLayout.addStretch()
188187
self.panelLayout.addWidget(self.renderButton)
188+
self.panelLayout.addStretch()
189189

190190
self.setLayout(self.panelLayout)
191191

0 commit comments

Comments
 (0)