mirror of
https://github.com/markqvist/Sideband.git
synced 2025-07-20 21:48:58 -04:00
Updated sync dialog
This commit is contained in:
parent
293023be12
commit
c14699151d
1 changed files with 4 additions and 1 deletions
|
@ -652,6 +652,10 @@ Builder.load_string("""
|
||||||
padding: [0, 0, 0, dp(16)]
|
padding: [0, 0, 0, dp(16)]
|
||||||
height: self.minimum_height+dp(24)
|
height: self.minimum_height+dp(24)
|
||||||
|
|
||||||
|
MDLabel:
|
||||||
|
id: node_info
|
||||||
|
text: "Unknown propagation node"
|
||||||
|
|
||||||
MDProgressBar:
|
MDProgressBar:
|
||||||
id: sync_progress
|
id: sync_progress
|
||||||
type: "determinate"
|
type: "determinate"
|
||||||
|
@ -659,7 +663,6 @@ Builder.load_string("""
|
||||||
|
|
||||||
MDLabel:
|
MDLabel:
|
||||||
id: sync_status
|
id: sync_status
|
||||||
hint_text: "Name"
|
|
||||||
text: "Initiating sync..."
|
text: "Initiating sync..."
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue