<table><tr><td style="">gcraciunescu marked 2 inline comments as done.<br />gcraciunescu added a comment.
</td><a style="text-decoration: none; padding: 4px 8px; margin: 0 8px 8px; float: right; color: #464C5C; font-weight: bold; border-radius: 3px; background-color: #F7F7F9; background-image: linear-gradient(to bottom,#fff,#f1f0f1); display: inline-block; border: 1px solid rgba(71,87,120,.2);" href="https://phabricator.kde.org/D25006">View Revision</a></tr></table><br /><div><div>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Though I'm not sure I fully understand why we have this sort of wrong value in the config anyway?</p></blockquote>

<p>The problem coming from force font DPI code so far I see.<br />
Now the min/max & steps to scale down/up are fixed in the UI but any reset to default<br />
enable/disable a DPI value there will write a forceFontDPI=0 in the config file which seems to mean disabled.<br />
I am not sure why we need to write a 0 on reset/disable since default has nothing also.</p>

<p>However, even if we fix there we may still want to be sure the value is a number and >= 24, at least in my opinion.<br />
People do crazy stuff even writing manually or with scripts to configuration files.</p>

<blockquote style="border-left: 3px solid #a7b5bf; color: #464c5c; font-style: italic; margin: 4px 0 12px 0; padding: 4px 12px; background-color: #f8f9fc;"><p>Also do we want</p>

<div class="remarkup-code-block" style="margin: 12px 0;" data-code-lang="text" data-sigil="remarkup-code-block"><pre class="remarkup-code" style="font: 11px/15px "Menlo", "Consolas", "Monaco", monospace; padding: 12px; margin: 0; background: rgba(71, 87, 120, 0.08);">} else {
        args[QStringLiteral("kde_settings.conf/X11/ServerArguments")] = QString();
}</pre></div>

<p>so that a broken DPI wipes the old config entry out? Not sure.</p></blockquote>

<p>Not sure about that either but maybe a good idea.</p></div></div><br /><div><strong>INLINE COMMENTS</strong><div><div style="margin: 6px 0 12px 0;"><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D25006#inline-141146">View Inline</a><span style="color: #4b4d51; font-weight: bold;">ngraham</span> wrote in <span style="color: #4b4d51; font-weight: bold;">advancedconfig.cpp:193</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;">You can combine both of these conditions into the same if statement.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">I thought I should follow the coding style in the file which does<br />
all the comparing in at least 2 lines.</p></div></div><br /><div style="border: 1px solid #C7CCD9; border-radius: 3px;"><div style="padding: 0; background: #F7F7F7; border-color: #e3e4e8; border-style: solid; border-width: 0 0 1px 0; margin: 0;"><div style="color: #74777d; background: #eff2f4; padding: 6px 8px; overflow: hidden;"><a style="float: right; text-decoration: none;" href="https://phabricator.kde.org/D25006#inline-141147">View Inline</a><span style="color: #4b4d51; font-weight: bold;">ngraham</span> wrote in <span style="color: #4b4d51; font-weight: bold;">advancedconfig.cpp:195</span></div>
<div style="margin: 8px 0; padding: 0 12px; color: #74777D;"><p style="padding: 0; margin: 8px;"><tt style="background: #ebebeb; font-size: 13px;">>=</tt> has a different meaning when comparing strings vs comparing integers. You need to first parse or cast <tt style="background: #ebebeb; font-size: 13px;">dpiValue</tt> to an <tt style="background: #ebebeb; font-size: 13px;">int</tt>, then compare it to the number 24.</p></div></div>
<div style="margin: 8px 0; padding: 0 12px;"><p style="padding: 0; margin: 8px;">Right,  I keep forgetting that =) Not doing much in Qt these days.</p>

<p style="padding: 0; margin: 8px;">Also, QStringLiteral(X) needs to be .toInt() so I guess I drop that and use plain number.</p></div></div></div></div></div><br /><div><strong>REPOSITORY</strong><div><div>R123 SDDM Configuration Panel (KCM)</div></div></div><br /><div><strong>REVISION DETAIL</strong><div><a href="https://phabricator.kde.org/D25006">https://phabricator.kde.org/D25006</a></div></div><br /><div><strong>To: </strong>gcraciunescu, filipf, Plasma, ngraham, davidedmundson<br /><strong>Cc: </strong>davidedmundson, ngraham, plasma-devel, LeGast00n, The-Feren-OS-Dev, jraleigh, fbampaloukas, GB_2, ragreen, ZrenBot, alexeymin, himcesjf, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, ahiemstra, mart<br /></div>