Skip to content

Commit

Permalink
Fixed width cookie cutter
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed May 20, 2016
1 parent a09a135 commit 83bc4f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions inselect/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -1277,6 +1277,7 @@ def button(action=None, icon=None, text=None, menu=None, tooltip=None):
icon=load_icon(':/icons/cookie_cutter.png'), text='Cookie cutter',
menu=self.cookie_cutter_widget.popup, tooltip='Cookie cutter'
)
self.cookie_cutter_button.setFixedWidth(250)
block.addWidget(self.cookie_cutter_button, 1, 0, 1, 2)
block.addWidget(QLabel('Boxes'), 2, 0, 1, 2, Qt.AlignHCenter)
block.setContentsMargins(0, 0, 0, 0)
Expand Down

0 comments on commit 83bc4f4

Please sign in to comment.