[gnome-software] popular tile: Avoid resizing tile icons during loading
- From: Kalev Lember <klember src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software] popular tile: Avoid resizing tile icons during loading
- Date: Tue, 2 Sep 2014 19:06:41 +0000 (UTC)
commit b2399ec56eac57fa452d69cbc3ab2cf54c0cb098
Author: Kalev Lember <kalevlember gmail com>
Date: Tue Sep 2 20:46:42 2014 +0200
popular tile: Avoid resizing tile icons during loading
Reserve 64x64 px for the icon image to avoid resizing the tile during
loading.
https://bugzilla.gnome.org/show_bug.cgi?id=734785
src/popular-tile.ui | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/popular-tile.ui b/src/popular-tile.ui
index 8714f7f..5430311 100644
--- a/src/popular-tile.ui
+++ b/src/popular-tile.ui
@@ -65,6 +65,8 @@
<property name="margin">10</property>
<child>
<object class="GtkImage" id="image">
+ <property name="width-request">64</property>
+ <property name="height-request">64</property>
<property name="visible">True</property>
<property name="valign">center</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]