mirror of
https://github.com/liberatedsystems/openCom-Companion.git
synced 2024-12-27 20:48:39 +01:00
Updated sync dialog
This commit is contained in:
parent
293023be12
commit
c14699151d
@ -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…
Reference in New Issue
Block a user