1
0
mirror of https://src.fedoraproject.org/rpms/virt-manager.git synced 2025-07-16 09:04:55 +00:00
Files
virt-manager/0007-details-Raise-upper-limits-for-lxc-ID-namespaces-bz-.patch
Cole Robinson 9228aea4ae Fix errors with missing nodedevs (bz #1225771)
Fix CDROM media change if device is bootable (bz #1229819)
Fix adding iscsi pools (bz #1231558)
spec: Add LXC to default connection list (bz #1235972)
Fix backtrace when reporting OS error (bz #1241902)
Raise upper limits for lxc ID namespaces (bz #1244490)
Fix 'copy host CPU definition'
Fix displaying VM machine type when connecting to old libvirt
Fix qemu:///session handling in 'Add Connection' dialog
Fix default storage path for qemu:///session, it should be .local/share/...
2015-08-11 16:00:15 -04:00

31 lines
1.1 KiB
Diff

From: Cole Robinson <crobinso@redhat.com>
Date: Mon, 10 Aug 2015 13:14:37 -0400
Subject: [PATCH virt-manager] details: Raise upper limits for lxc ID
namespaces (bz 1244490)
(cherry picked from commit 531260be363bf203062636b548c3d0ec7eab5500)
---
ui/details.ui | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ui/details.ui b/ui/details.ui
index eff3417..a2d3107 100644
--- a/ui/details.ui
+++ b/ui/details.ui
@@ -37,13 +37,13 @@
<property name="page_increment">25</property>
</object>
<object class="GtkAdjustment" id="adjustment16">
- <property name="upper">65536</property>
+ <property name="upper">10000000</property>
<property name="value">1000</property>
<property name="step_increment">1</property>
<property name="page_increment">25</property>
</object>
<object class="GtkAdjustment" id="adjustment17">
- <property name="upper">65536</property>
+ <property name="upper">10000000</property>
<property name="value">1000</property>
<property name="step_increment">1</property>
<property name="page_increment">25</property>