[gnome-games/wip/exalm/spinner-performance] fixme: Initialize CollectionIconView child size to 256x356
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/spinner-performance] fixme: Initialize CollectionIconView child size to 256x356
- Date: Sat, 22 Sep 2018 21:39:20 +0000 (UTC)
commit 7a87664e933f8908869ae8cf3d424174b9c3766b
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Sun Sep 23 02:38:48 2018 +0500
fixme: Initialize CollectionIconView child size to 256x356
src/ui/collection-icon-view.vala | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/src/ui/collection-icon-view.vala b/src/ui/collection-icon-view.vala
index 061eefbb..6cdd386f 100644
--- a/src/ui/collection-icon-view.vala
+++ b/src/ui/collection-icon-view.vala
@@ -89,6 +89,7 @@ private class Games.CollectionIconView : Gtk.Bin {
flow_box.max_children_per_line = uint.MAX;
flow_box.set_filter_func (filter_box);
flow_box.set_sort_func (sort_boxes);
+ game_view_size = 256;
}
[GtkCallback]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]