mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-06 14:13:28 -06:00
console: Default to scaling=Always
I think this is a better default than the current `Only when Fullscreen`, which is the same as `Never` for VM windowed mode. I wrote my reasoning here: https://github.com/virt-manager/virt-manager/issues/747 Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
parent
5875019b2d
commit
715acbf541
@ -206,7 +206,7 @@
|
||||
<schema id="org.virt-manager.virt-manager.console"
|
||||
path="/org/virt-manager/virt-manager/console/">
|
||||
<key name="scaling" type="i">
|
||||
<default>1</default>
|
||||
<default>2</default>
|
||||
<summary>When to scale the VM graphical console</summary>
|
||||
<description>When to scale the VM graphical console. 0 = never, 1 = only when in full screen mode, 2 = Always</description>
|
||||
</key>
|
||||
|
Loading…
Reference in New Issue
Block a user