1
0
mirror of https://github.com/ciromattia/kcc synced 2026-05-21 06:52:02 +00:00

"Disable processing" tool tip font fix (#864)

* initial fix

* applied fix to appropriate file

* changed .ui file and recompiled

* final fixes
This commit is contained in:
simesherbs
2025-03-12 21:46:30 -04:00
committed by GitHub
parent 187475a424
commit b957fcf3fe
4 changed files with 24 additions and 24 deletions

View File

@@ -145,7 +145,7 @@
<item row="5" column="2">
<widget class="QCheckBox" name="disableProcessingBox">
<property name="toolTip">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;pre style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Do not process any image, ignore profile and processing options&lt;/pre&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;Do not process any image, ignore profile and processing options.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
<string>Disable processing</string>