mirror of https://github.com/JakubMelka/PDF4QT.git
Minor gui bugfixes
This commit is contained in:
parent
0470c4bc1d
commit
2aae9b6cf4
|
@ -230,7 +230,7 @@
|
|||
<item row="5" column="1">
|
||||
<widget class="QCheckBox" name="displayTimeCheckBox">
|
||||
<property name="text">
|
||||
<string>Enabled</string>
|
||||
<string>Enable</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -565,7 +565,19 @@
|
|||
</layout>
|
||||
</widget>
|
||||
<widget class="QWidget" name="cmsPage">
|
||||
<layout class="QVBoxLayout" name="verticalLayout_4">
|
||||
<layout class="QVBoxLayout" name="cmsPageLayout">
|
||||
<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="QGroupBox" name="cmsGroupBox">
|
||||
<property name="title">
|
||||
|
@ -580,7 +592,7 @@
|
|||
<item row="4" column="1">
|
||||
<widget class="QCheckBox" name="cmsWhitePaperColorTransformedCheckBox">
|
||||
<property name="text">
|
||||
<string>Enabled</string>
|
||||
<string>Enable</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -608,7 +620,7 @@
|
|||
<item row="3" column="1">
|
||||
<widget class="QCheckBox" name="cmsIsBlackPointCompensationCheckBox">
|
||||
<property name="text">
|
||||
<string>Enabled</string>
|
||||
<string>Enable</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -692,7 +704,7 @@
|
|||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>41</height>
|
||||
<height>59</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
|
|
Loading…
Reference in New Issue