mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-03 16:03:01 +02:00
Re layed-out conversion dialog
This commit is contained in:
parent
9cd8bdc7a6
commit
26a08486fa
1 changed files with 8 additions and 2 deletions
|
|
@ -38,7 +38,7 @@
|
|||
</property>
|
||||
<property name="maximumSize" >
|
||||
<size>
|
||||
<width>154</width>
|
||||
<width>172</width>
|
||||
<height>16777215</height>
|
||||
</size>
|
||||
</property>
|
||||
|
|
@ -51,6 +51,12 @@
|
|||
<property name="mouseTracking" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="verticalScrollBarPolicy" >
|
||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||
</property>
|
||||
<property name="horizontalScrollBarPolicy" >
|
||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||
</property>
|
||||
<property name="showDropIndicator" stdset="0" >
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
|
|
@ -75,7 +81,7 @@
|
|||
<property name="gridSize" >
|
||||
<size>
|
||||
<width>150</width>
|
||||
<height>119</height>
|
||||
<height>100</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="viewMode" >
|
||||
|
|
|
|||
Loading…
Reference in a new issue