mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Improve the download from Subsurface webservice dialog
- make the User ID input field wide enough - use the progress bar for an explanatory text - mark it as 100% completed once the download succeeds Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
07c116ecd2
commit
78cdded902
2 changed files with 11 additions and 0 deletions
|
|
@ -31,6 +31,11 @@
|
|||
<property name="placeholderText">
|
||||
<string>Enter your ID here</string>
|
||||
</property>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>420</width>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="2">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue