mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-30 21:41:57 -04:00
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:
parent
bcc38b32f4
commit
fc2ba657f8
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user