mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Make the URL dialog contain QLineEdit
as otherwise pressing RETURN does unexpected things. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
0f58510ce0
commit
db17adfb28
3 changed files with 3 additions and 2 deletions
|
|
@ -29,7 +29,7 @@
|
|||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QPlainTextEdit" name="urlField">
|
||||
<widget class="QLineEdit" name="urlField">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>10</x>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue