Improved preferences screen layout

This commit is contained in:
Mark Qvist 2024-06-06 13:04:20 +02:00
parent 94a0bca250
commit 43e1912a0a
1 changed files with 26 additions and 0 deletions

View File

@ -1360,6 +1360,19 @@ MDScreen:
font_size: dp(24) font_size: dp(24)
height: dp(64) height: dp(64)
MDLabel:
text: "Appearance"
font_style: "H6"
size_hint_y: None
height: self.texture_size[1]
MDLabel:
id: settings_info3
markup: True
text: "\\nThis section lets you configure the appearance of the application to suit your preferences, such as themes and what levels of information to display. When user icons are enabled, the contact list will display icons other users have configured in their [b]Telemetry[/b] settings.\\n"
size_hint_y: None
height: self.texture_size[1]
MDBoxLayout: MDBoxLayout:
orientation: "horizontal" orientation: "horizontal"
size_hint_y: None size_hint_y: None
@ -1450,6 +1463,19 @@ MDScreen:
pos_hint: {"center_y": 0.3} pos_hint: {"center_y": 0.3}
active: False active: False
MDLabel:
text: "\\nBehaviour"
font_style: "H6"
size_hint_y: None
height: self.texture_size[1]
MDLabel:
id: settings_info3
markup: True
text: "\\nThis section configures various automated actions and default behaviours. Sync intervals can be configured, and you can control what kind of peers can send you messages.\\n"
size_hint_y: None
height: self.texture_size[1]
MDBoxLayout: MDBoxLayout:
orientation: "horizontal" orientation: "horizontal"
size_hint_y: None size_hint_y: None