Fixed #7541: maximum resolution, removed unused strings

This commit is contained in:
akallabeth 2022-01-14 09:51:36 +01:00 committed by akallabeth
parent 8691c9f8dd
commit 1affec77d0
3 changed files with 4 additions and 5 deletions

View File

@ -115,7 +115,6 @@
<string name="settings_remote_program">遠隔実行するプログラム</string>
<string name="settings_work_dir">作業フォルダ</string>
<string name="settings_async_channel">Async channel</string>
<string name="settings_async_transport">Async transport</string>
<string name="settings_async_input">Async input</string>
<string name="settings_async_update">Async update</string>
<string name="settings_console_mode">コンソールモード</string>

View File

@ -28,14 +28,14 @@
android:title="@string/settings_width"
android:singleLine="true"
freerdp:bounds_default="640"
freerdp:bounds_max="2048"
freerdp:bounds_max="65536"
freerdp:bounds_min="640" />
<com.freerdp.freerdpcore.utils.IntEditTextPreference
android:key="bookmark.height"
android:title="@string/settings_height"
android:singleLine="true"
freerdp:bounds_default="480"
freerdp:bounds_max="2048"
freerdp:bounds_max="65536"
freerdp:bounds_min="480" />
</PreferenceCategory>
</PreferenceScreen>

View File

@ -28,14 +28,14 @@
android:singleLine="true"
android:title="@string/settings_width"
freerdp:bounds_default="640"
freerdp:bounds_max="2048"
freerdp:bounds_max="65536"
freerdp:bounds_min="640" />
<com.freerdp.freerdpcore.utils.IntEditTextPreference
android:key="bookmark.height_3g"
android:singleLine="true"
android:title="@string/settings_height"
freerdp:bounds_default="480"
freerdp:bounds_max="2048"
freerdp:bounds_max="65536"
freerdp:bounds_min="480" />
</PreferenceCategory>
</PreferenceScreen>