Browse Source

Disable word-wrap in add-plugin list view

Fixes #850
Fixes #838

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.1-rc1
falkTX 6 years ago
parent
commit
64e888964f
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      resources/ui/carla_database.ui

+ 3
- 0
resources/ui/carla_database.ui View File

@@ -271,6 +271,9 @@
<property name="sortingEnabled">
<bool>true</bool>
</property>
<property name="wordWrap">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>


Loading…
Cancel
Save