Sync with upstream branch
This commit is contained in:
parent
aa24e1646d
commit
4a0cf8b080
1 changed files with 9 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
import QtQuick 2.0
|
||||
import Sailfish.Silica 1.0
|
||||
import harbour.tooterb.Uploader 1.0
|
||||
import harbour.tooter.Uploader 1.0
|
||||
import "../lib/API.js" as Logic
|
||||
import "./components/"
|
||||
|
||||
|
@ -157,6 +157,7 @@ Page {
|
|||
Rectangle {
|
||||
id: progressBar
|
||||
width: toot.text.length ? panel.width * (toot.text.length / tootMaxChar) : 0
|
||||
|
||||
height: Theme.itemSizeSmall * 0.05
|
||||
color: Theme.highlightBackgroundColor
|
||||
opacity: 0.7
|
||||
|
|
Loading…
Reference in a new issue