mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1957741 [[Enhancement] Padding larger for Transform HTML tab content](https://bugs.launchpad.net/calibre/+bug/1957741)
This commit is contained in:
parent
afd1aaeb24
commit
0915f05e82
@ -508,6 +508,18 @@
|
|||||||
<string>Transform &HTML</string>
|
<string>Transform &HTML</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
<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>
|
<item>
|
||||||
<widget class="HtmlRulesWidget" name="opt_transform_html_rules" native="true"/>
|
<widget class="HtmlRulesWidget" name="opt_transform_html_rules" native="true"/>
|
||||||
</item>
|
</item>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user