diff options
| author | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-26 14:50:19 +0100 |
|---|---|---|
| committer | AL <26797547+Al12rs@users.noreply.github.com> | 2020-02-26 14:50:19 +0100 |
| commit | 0a6c7dce971cbc2ba9c7472521170a58dc43ae84 (patch) | |
| tree | 7399a3328e8df044a1dcfec681a0f2944264133b | |
| parent | 756056fcc3fce44f9ceaccfb5e9f2e9c9c0257fb (diff) | |
Allow log to be reduced in size to a greater extent.
| -rw-r--r-- | src/mainwindow.ui | 20 |
1 files changed, 19 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index ffa2460f..c9a88655 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1410,7 +1410,7 @@ p, li { white-space: pre-wrap; } <x>0</x> <y>0</y> <width>1009</width> - <height>22</height> + <height>21</height> </rect> </property> <widget class="QMenu" name="menuFile"> @@ -1480,6 +1480,12 @@ p, li { white-space: pre-wrap; } <addaction name="menuHelp"/> </widget> <widget class="QDockWidget" name="logDock"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> <property name="features"> <set>QDockWidget::AllDockWidgetFeatures</set> </property> @@ -1505,6 +1511,18 @@ p, li { white-space: pre-wrap; } </property> <item> <widget class="LogList" name="logList"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>30</width> + <height>20</height> + </size> + </property> <property name="contextMenuPolicy"> <enum>Qt::CustomContextMenu</enum> </property> |
