Skip to content

Commit

Permalink
Merge pull request #618 from opengisch/fixInvalidStyleSheet
Browse files Browse the repository at this point in the history
Fix invalid stylesheet for projectLocalDirValueLineEdit
  • Loading branch information
suricactus authored Oct 14, 2024
2 parents 526dd43 + 7338974 commit e5e245d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldsync/ui/cloud_transfer_dialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@
<item row="1" column="1">
<widget class="QLineEdit" name="projectLocalDirValueLineEdit">
<property name="styleSheet">
<string notr="true">[readOnly=&quot;true&quot;] {color: #808080; background-color: #F0F0F0;}&quot;);</string>
<string notr="true">[readOnly=&quot;true&quot;] {color: #808080; background-color: #F0F0F0;}</string>
</property>
<property name="readOnly">
<bool>true</bool>
Expand Down

0 comments on commit e5e245d

Please sign in to comment.