We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1070a2 commit 530a41dCopy full SHA for 530a41d
dist_cartogram.py
@@ -106,6 +106,9 @@ def __init__(self, iface):
106
# Create the dialog (after translation) and keep reference
107
self.dlg = DistCartogramDialog()
108
109
+ self.dlg.setMinimumSize(self.dlg.width(), self.dlg.height())
110
+ self.dlg.setMaximumSize(self.dlg.width(), self.dlg.height())
111
+
112
self.dlg.msg_bar = QgsMessageBar()
113
self.dlg.msg_bar.setSizePolicy(QSizePolicy.Minimum, QSizePolicy.Fixed)
114
self.dlg.bottomVerticalLayout.addWidget(self.dlg.msg_bar)
0 commit comments