[gnome-clocks] fix selectionmode checkboxes
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] fix selectionmode checkboxes
- Date: Thu, 19 Feb 2015 13:22:45 +0000 (UTC)
commit bf3233288a2edfde52a321dbec7f9deed1123bd5
Author: Jakub Steiner <jimmac gmail com>
Date: Wed Feb 18 20:26:12 2015 +0100
fix selectionmode checkboxes
https://bugzilla.gnome.org/show_bug.cgi?id=744109
src/widgets.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/widgets.vala b/src/widgets.vala
index 647ba43..50865b8 100644
--- a/src/widgets.vala
+++ b/src/widgets.vala
@@ -291,6 +291,7 @@ private class IconView : Gtk.IconView {
model = new Gtk.ListStore (Column.COLUMNS, typeof (bool), typeof (ContentItem));
get_style_context ().add_class ("clocks-tiles-view");
+ get_style_context ().add_class ("content-view");
set_item_padding (0);
set_margin (12);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]