[gnome-disk-utility] Make SMART dialog resizable



commit 7368cf626667830f3c0451f55b6b04e266379633
Author: Alexandre Franke <alexandre franke gmail com>
Date:   Tue Feb 24 15:02:17 2015 +0100

    Make SMART dialog resizable
    
    Data often spill out the ridiculously small window
    
    https://bugzilla.gnome.org/show_bug.cgi?id=723469

 src/disks/ui/smart-dialog.ui |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/disks/ui/smart-dialog.ui b/src/disks/ui/smart-dialog.ui
index 31e1b34..60c2788 100644
--- a/src/disks/ui/smart-dialog.ui
+++ b/src/disks/ui/smart-dialog.ui
@@ -5,7 +5,7 @@
     <property name="can_focus">False</property>
     <property name="border_width">12</property>
     <property name="title" translatable="yes">SMART Data &amp; Self-Tests</property>
-    <property name="resizable">False</property>
+    <property name="resizable">True</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
     <property name="type_hint">dialog</property>
@@ -383,7 +383,7 @@
                 </child>
               </object>
               <packing>
-                <property name="expand">False</property>
+                <property name="expand">True</property>
                 <property name="fill">True</property>
                 <property name="position">2</property>
               </packing>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]