[gnome-disk-utility] ui: Enable ellipsis on the job remaining label



commit 9fab80a6e70f2c9ee1ae40af0f731e5bc898120d
Author: Manuel Wassermann <manuel wassermann97 gmail com>
Date:   Fri Jul 23 14:33:23 2021 +0200

    ui: Enable ellipsis on the job remaining label
    
    If the application window has the smallest allowed width the
    cancel job button is not displayed.
    
    Enable ellipsis on the job remaining label.

 src/disks/ui/disks.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/disks/ui/disks.ui b/src/disks/ui/disks.ui
index d956d6c1..60ec5322 100644
--- a/src/disks/ui/disks.ui
+++ b/src/disks/ui/disks.ui
@@ -416,6 +416,7 @@
                                         <property name="visible">True</property>
                                         <property name="can_focus">False</property>
                                         <property name="xalign">0</property>
+                                        <property name="ellipsize">end</property>
                                       </object>
                                       <packing>
                                         <property name="left_attach">0</property>
@@ -1028,6 +1029,7 @@
                                             <property name="visible">True</property>
                                             <property name="can_focus">False</property>
                                             <property name="xalign">0</property>
+                                            <property name="ellipsize">end</property>
                                           </object>
                                           <packing>
                                             <property name="left_attach">0</property>


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