diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-09-30 16:02:32 -0500 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-09-30 16:04:28 -0500 |
| commit | b83807e4d5bd0f4218e7e5a1e7fc2d85e7e9f41e (patch) | |
| tree | 709709c989fa3059099960611fb02634109e5865 /src | |
| parent | 2d50b172434945d168779029c55f4a51f290d515 (diff) | |
Set the web viewer widget in the mod info dialog to expand vertically
Diffstat (limited to 'src')
| -rw-r--r-- | src/modinfodialog.ui | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/src/modinfodialog.ui b/src/modinfodialog.ui index e5be7b13..b3873bf3 100644 --- a/src/modinfodialog.ui +++ b/src/modinfodialog.ui @@ -238,8 +238,8 @@ <rect>
<x>0</x>
<y>0</y>
- <width>98</width>
- <height>28</height>
+ <width>746</width>
+ <height>126</height>
</rect>
</property>
<property name="toolTip">
@@ -723,8 +723,20 @@ p, li { white-space: pre-wrap; } </layout>
</item>
<item>
- <widget class="QWebEngineView" name="descriptionView">
- <property name="url">
+ <widget class="QWebEngineView" name="descriptionView" native="true">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>200</height>
+ </size>
+ </property>
+ <property name="url" stdset="0">
<url>
<string>about:blank</string>
</url>
|
