[PATCH 4/4] Enable rubber-banding in the disk tree views

David Shea dshea at redhat.com
Fri Jun 20 18:33:30 UTC 2014


This allows for multiple disks to be selected with the mouse.
---
 pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
index fb96605..ae9baca 100644
--- a/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
+++ b/pyanaconda/ui/gui/spokes/lib/custom_storage_helpers.glade
@@ -210,6 +210,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">True</property>
                     <property name="model">disk_store</property>
+                    <property name="rubber_banding">True</property>
                     <child internal-child="selection">
                       <object class="GtkTreeSelection" id="disk_view_selection">
                         <property name="mode">multiple</property>
@@ -774,6 +775,7 @@ use.  Try something else?</property>
                     <property name="can_focus">True</property>
                     <property name="model">disk_store</property>
                     <property name="search_column">0</property>
+                    <property name="rubber_banding">True</property>
                     <child internal-child="selection">
                       <object class="GtkTreeSelection" id="treeview-selection3">
                         <property name="mode">multiple</property>
-- 
2.0.0



More information about the anaconda-patches mailing list