Fix #1887276 [Cannot paste into setup library location dialog](https://bugs.launchpad.net/calibre/+bug/1887276) by making the line edit look like a label

This commit is contained in:
Kovid Goyal 2020-07-13 08:45:29 +05:30
parent bcc38b32f4
commit fc2ba657f8
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -77,6 +77,9 @@
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLineEdit" name="location">
<property name="styleSheet">
<string notr="true">QLineEdit { background: transparent; border: 1px solid; border-radius: 5px; padding: 4px }</string>
</property>
<property name="readOnly">
<bool>true</bool>
</property>