Fix #1957741 [[Enhancement] Padding larger for Transform HTML tab content](https://bugs.launchpad.net/calibre/+bug/1957741)

This commit is contained in:
Kovid Goyal 2022-01-14 14:54:33 +05:30
parent afd1aaeb24
commit 0915f05e82
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -508,6 +508,18 @@
<string>Transform &amp;HTML</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="HtmlRulesWidget" name="opt_transform_html_rules" native="true"/>
</item>