diff --git a/src/kv/meile.kv b/src/kv/meile.kv index ea099ea..b4e882c 100644 --- a/src/kv/meile.kv +++ b/src/kv/meile.kv @@ -767,7 +767,7 @@ WindowManager: rows: 2 size_hint_x: 1 MDGridLayout: - cols: 6 + cols: 7 height: 25 adaptive_height: True padding: [15, 25, 0, 25] @@ -775,28 +775,28 @@ WindowManager: MDLabel: text: "Moniker" bold: True - size_hint_x: 2.1 + size_hint_x: 2.5 MDLabel: text: "Location" bold: True - size_hint_x: 1.5 + size_hint_x: 1.3 MDLabel: text: "Protocol" bold: True - size_hint_x: 1.2 + size_hint_x: 1.5 MDLabel: text: "Type" bold: True - size_hint_x: 1 + size_hint_x: 1.4 MDLabel: text: "Expiration" bold: True - size_hint_x: 2 + size_hint_x: 1 TooltipMDIconButton: icon: "earth" @@ -834,17 +834,17 @@ WindowManager: MDLabel: text: "Moniker" bold: True - size_hint_x: 2.1 + size_hint_x: 2.3 MDLabel: text: "Location" bold: True - size_hint_x: 1.5 + size_hint_x: 1.7 MDLabel: text: "Speed" bold: True - size_hint_x: 2 + size_hint_x: 2.2 # MDLabel: # text: "Status" @@ -859,7 +859,7 @@ WindowManager: MDLabel: text: "Protocol" bold: True - size_hint_x: 1.2 + size_hint_x: 1.6 MDLabel: text: "Type" @@ -911,7 +911,8 @@ WindowManager: : - cols: 7 + rows: 2 + cols: 5 MDLabel: padding: [10, 0, 0, 0] text: root.moniker @@ -919,7 +920,7 @@ WindowManager: size_hint_x: 2 theme_text_color: "Custom" font_style: "H6" - font_size: sp(14) + font_size: sp(16) font_name: "../../src/fonts/arial-unicode-ms.ttf" text_color: get_color_from_hex("#fcb711") @@ -945,7 +946,12 @@ WindowManager: markup: True size_hint_x: 1 font_name: "../../src/fonts/arial-unicode-ms.ttf" - + HSeparator: + HSeparator: + HSeparator: + HSeparator: + HSeparator: + : rows: 2 diff --git a/src/ui/screens.py b/src/ui/screens.py index 2f6a104..59d4d4c 100644 --- a/src/ui/screens.py +++ b/src/ui/screens.py @@ -1276,7 +1276,7 @@ def add_sub_rv_data(self, node, flagloc): item = NodeAccordion( node=NodeRow( - moniker=node[NodeKeys.FinalSubsKeys[1]], + moniker="[b]" + node[NodeKeys.FinalSubsKeys[1]] + "[/b]", location=node[NodeKeys.FinalSubsKeys[5]], protocol=node[NodeKeys.FinalSubsKeys[8]], node_type=NodeTypeText,