mirror of
https://github.com/Quill-OS/quill.git
synced 2024-10-31 21:33:22 -07:00
Improve bookInfoDialog layout
This commit is contained in:
parent
3ebdce1f07
commit
5fe0741d5c
1 changed files with 6 additions and 0 deletions
|
@ -43,6 +43,9 @@
|
|||
</item>
|
||||
<item>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<property name="horizontalSpacing">
|
||||
<number>18</number>
|
||||
</property>
|
||||
<item row="0" column="1">
|
||||
<widget class="QLabel" name="bookCoverLabel">
|
||||
<property name="text">
|
||||
|
@ -55,6 +58,9 @@
|
|||
</item>
|
||||
<item row="0" column="3">
|
||||
<layout class="QGridLayout" name="gridLayout_2">
|
||||
<property name="verticalSpacing">
|
||||
<number>18</number>
|
||||
</property>
|
||||
<item row="1" column="0">
|
||||
<widget class="QLabel" name="bookTitleLabel">
|
||||
<property name="font">
|
||||
|
|
Loading…
Reference in a new issue