[gnome-software] Reserve button space in the app rows



commit 1b54d48b1f0a141e91e0ccaad54b7c807cc4b379
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 20 17:18:51 2013 -0400

    Reserve button space in the app rows
    
    Otherwise the text for system apps flows all the way to the right
    (e.g. for totem), and that looks terrible.

 src/gs-app-widget.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-app-widget.c b/src/gs-app-widget.c
index cc2d12e..860fef5 100644
--- a/src/gs-app-widget.c
+++ b/src/gs-app-widget.c
@@ -146,8 +146,6 @@ gs_app_widget_refresh (GsAppWidget *app_widget)
        default:
                break;
        }
-       gtk_widget_set_visible (priv->button_box, gtk_widget_get_visible (priv->spinner) ||
-                                                 gtk_widget_get_visible (priv->button));
 }
 
 /**


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