Codebase list sugar-read-activity / 77a8724
replace the icon_size with pixel_size gauravp94 authored 10 years ago Gonzalo Odiard committed 9 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
8585 xocolor = XoColor(str(bookmark.color))
8686 self._bookmark_icon = Icon(icon_name='emblem-favorite',
8787 xo_color=xocolor,
88 icon_size=Gtk.IconSize.LARGE_TOOLBAR)
88 pixel_size=style.STANDARD_ICON_SIZE)
8989
9090 self._box.props.has_tooltip = True
9191 self.__box_query_tooltip_cb_id = self._box.connect(