[gnome-software/972-installed-size-label-clips-into-the-actual-value] gs-details-page.ui: Remove the size group for the detail labels



commit 4a9fe5d03d7dfe79a354acd97de0e5cb10f4f838
Author: Milan Crha <mcrha redhat com>
Date:   Thu May 20 21:32:34 2021 +0200

    gs-details-page.ui: Remove the size group for the detail labels
    
    The size group seems to cause miscalculation of the needed width for the column
    in certain circumstances, causing the label text overlap into the value.
    As the labels are in a GtkGrid, the grid itself ensures the column width
    properly, thus the size group can be avoided.
    
    Closes https://gitlab.gnome.org/GNOME/gnome-software/-/issues/972

 src/gs-details-page.ui | 12 ------------
 1 file changed, 12 deletions(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index f440535c2..aa983e488 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -1226,18 +1226,6 @@
       <widget name="button_details_website"/>
     </widgets>
   </object>
-  <object class="GtkSizeGroup" id="sizegroup_details_title">
-    <property name="ignore_hidden">True</property>
-    <widgets>
-      <widget name="label_details_updated_title"/>
-      <widget name="label_details_category_title"/>
-      <widget name="label_details_origin_title"/>
-      <widget name="label_details_license_title"/>
-      <widget name="label_details_size_installed_title"/>
-      <widget name="label_details_size_download_title"/>
-      <widget name="label_details_developer_title"/>
-    </widgets>
-  </object>
   <object class="GtkSizeGroup" id="sizegroup_details_value">
     <property name="ignore_hidden">True</property>
     <widgets>


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