Skip to content

Instantly share code, notes, and snippets.

@wlach
Created April 15, 2020 18:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wlach/ebf2ebf857ce4ccbd67a26259538f04b to your computer and use it in GitHub Desktop.
Save wlach/ebf2ebf857ce4ccbd67a26259538f04b to your computer and use it in GitHub Desktop.
diff --git a/gui/mozregui/ui/mainwindow.ui b/gui/mozregui/ui/mainwindow.ui
index 2bf36f3..376972e 100644
--- a/gui/mozregui/ui/mainwindow.ui
+++ b/gui/mozregui/ui/mainwindow.ui
@@ -138,6 +138,12 @@
<addaction name="actionStop_the_bisection"/>
</widget>
<widget class="QDockWidget" name="logDockWidget">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
<property name="features">
<set>QDockWidget::NoDockWidgetFeatures</set>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment