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

raise maximum dimensions from 2400x3840 tp 3200x5120 (#1114)

This commit is contained in:
Alex Xu
2025-10-14 14:24:53 -07:00
committed by GitHub
parent ef44f6f285
commit a795a84899
2 changed files with 4 additions and 4 deletions

View File

@@ -344,7 +344,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;Resolution of the target device.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="maximum">
<number>2400</number>
<number>3200</number>
</property>
</widget>
</item>
@@ -370,7 +370,7 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p style='white-space:pre'&gt;Resolution of the target device.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="maximum">
<number>3840</number>
<number>5120</number>
</property>
</widget>
</item>