Browse Source

Disable word-wrap in add-plugin list view

Fixes #850
Fixes #838

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.0.0
falkTX 7 years ago
parent
commit
8fffd5ffbd
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

@@ -257,6 +257,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