## customPanels.kv ## ============================================================================= ## TIDES PANEL AND BUTTON ## ============================================================================= : PanelBackground: _panelTitle: 'Tides' Label: id: tides_label text: '' pos_hint: {'x': 0, 'y': 0} size_hint: (1, 1) font_name: 'fonts/Inter-Medium.ttf' font_size: dp(30*app.scaleFactor) color: utils.rgba('#c8c8c8ff') valign: 'center' halign: 'center' markup: 1 : PanelButton: text: 'Tides' on_release: root.parent.show_panel(TidesPanel)