diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-15 16:24:14 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-15 16:24:14 +0200 |
commit | a8c3ef7d0034efea19635c78e4cf341a643fd50d (patch) | |
tree | f7102b3f2f6a6b716ced7f5e7e0fb8558206c3c7 /KCC-OSX.ui | |
parent | Merged Kindle 3, 4 and 5 profiles (diff) | |
download | kcc-a8c3ef7d0034efea19635c78e4cf341a643fd50d.tar.gz kcc-a8c3ef7d0034efea19635c78e4cf341a643fd50d.tar.bz2 kcc-a8c3ef7d0034efea19635c78e4cf341a643fd50d.zip |
Margins color detection now handles every file
Diffstat (limited to 'KCC-OSX.ui')
-rw-r--r-- | KCC-OSX.ui | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/KCC-OSX.ui b/KCC-OSX.ui index f11dc4a..33db33c 100644 --- a/KCC-OSX.ui +++ b/KCC-OSX.ui @@ -145,10 +145,13 @@ <enum>Qt::NoFocus</enum> </property> <property name="toolTip"> - <string><html><head/><body><p><span style=" font-size:12pt;">Fill space around images with black color.</span></p></body></html></string> + <string><html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Unchecked - Autodetection<br/></span>Color of margins fill will be detected automatically.</p><p><span style=" font-weight:600; text-decoration: underline;">Indeterminate - White<br/></span>Margins will be filled with white color.</p><p><span style=" font-weight:600; text-decoration: underline;">Checked - Black<br/></span>Margins will be filled with black color.</p></body></html></string> </property> <property name="text"> - <string>Black borders</string> + <string>W/B margins</string> + </property> + <property name="tristate"> + <bool>true</bool> </property> </widget> </item> |