: text: '' title: 'tagit log console' ok_on_enter: False init_at_bottom: True DialogueContentTitle: title: root.title size_hint_y: 0.6 ScrollView: scroll_y: 0 if root.init_at_bottom else 1 Label: text: root.text size_hint_y: None height: self.texture_size[1] text_size: self.width, None bold: True font_name: resource_find('DejaVuSansMono.ttf') # monospace font markup: True multiline: True halign: 'left' DialogueButtons_One: ok_text: "close" # FIXME: Inform that this action will not terminate the underlying process ## EOF ##