From d290917e982ba4473a03e5a7e1acaa1e50c59f3d Mon Sep 17 00:00:00 2001 From: Sebastian Koslowski <koslowski@kit.edu> Date: Fri, 27 May 2016 15:19:11 +0200 Subject: grc: gtk3: update props dialog --- grc/gui/Block.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grc/gui/Block.py') diff --git a/grc/gui/Block.py b/grc/gui/Block.py index f8687be42f..5e5c5c402c 100644 --- a/grc/gui/Block.py +++ b/grc/gui/Block.py @@ -180,7 +180,7 @@ class Block(Element, _Block): font=PARAM_FONT, key=self._key )] else: - markups = [param.get_markup() for param in self.get_params() if param.get_hide() not in ('all', 'part')] + markups = [param.format_block_surface_markup() for param in self.get_params() if param.get_hide() not in ('all', 'part')] if markups: layout = Gtk.DrawingArea().create_pango_layout('') layout.set_spacing(LABEL_SEPARATION*Pango.SCALE) -- cgit v1.2.3