aboutsummaryrefslogtreecommitdiff
path: root/src/list-stack.vala
diff options
context:
space:
mode:
Diffstat (limited to 'src/list-stack.vala')
-rw-r--r--src/list-stack.vala3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/list-stack.vala b/src/list-stack.vala
index 63bde28..87e040b 100644
--- a/src/list-stack.vala
+++ b/src/list-stack.vala
@@ -35,9 +35,6 @@ public class ListStack : Gtk.Fixed
construct
{
- // Hack to avoid gtk 3.20's new allocate logic, which messes us up.
- resize_mode = Gtk.ResizeMode.QUEUE;
-
width = grid_size * GreeterList.BOX_WIDTH;
}