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




commit fd62fb2073fb1623bacdc3f3e281ffa1620e7ec1
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 | 23 -----------------------
 1 file changed, 23 deletions(-)
---
diff --git a/src/gs-details-page.ui b/src/gs-details-page.ui
index f440535c2..6ca33210a 100644
--- a/src/gs-details-page.ui
+++ b/src/gs-details-page.ui
@@ -1226,29 +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>
-      <widget name="label_details_updated_value"/>
-      <widget name="label_details_category_value"/>
-      <widget name="label_details_size_installed_value"/>
-      <widget name="label_details_size_download_value"/>
-      <widget name="box_details_developer"/>
-      <widget name="button_details_license_free"/>
-    </widgets>
-  </object>
   <object class="GtkSizeGroup" id="sizegroup_button_details_license">
     <widgets>
       <widget name="button_details_license_free"/>


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