Codebase list sugar-read-activity / 2376c89
Revert "Temporary solution to SL #3403" SL #3561 This reverts commit 0c4072cd9667222df883684ae26364c973c90773. The style of the bookmarks screen was fixed in the theme, sugar-artwork commit 435294bf412220b8980884078035d6da87c2d1ac. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Manuel QuiƱones authored 11 years ago Gonzalo Odiard committed 11 years ago
1 changed file(s) with 1 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
3434
3535 self.toolbar = Gtk.Toolbar()
3636 label = Gtk.Label()
37 label.set_markup('<b><span foreground="#ffffff"> %s</span></b>' %
38 dialog_title)
37 label.set_markup('<b> %s</b>' % dialog_title)
3938 label.set_alignment(0, 0.5)
4039 tool_item = Gtk.ToolItem()
4140 tool_item.add(label)
8180
8281 self.modify_bg(Gtk.StateType.NORMAL,
8382 style.COLOR_WHITE.get_gdk_color())
84 self.toolbar.modify_bg(Gtk.StateType.NORMAL,
85 style.COLOR_BLACK.get_gdk_color())
86
8783
8884 if self._canvas is not None:
8985 self._canvas.modify_bg(Gtk.StateType.NORMAL,