diff options
| author | Alexander Golubev <fatzer2@gmail.com> | 2026-02-26 12:05:03 +0300 |
|---|---|---|
| committer | Alexander Golubev <fatzer2@gmail.com> | 2026-02-26 17:30:18 +0300 |
| commit | 7049d9a853348007231c457ab6d0f05e5bd19364 (patch) | |
| tree | ced318da8b2c00ee434865e95694936175ae7066 | |
| parent | e3411013b57cf18556b31e685756d7d4f39a83d6 (diff) | |
| download | tdeio-locate-Fat-Zer/fix/wordwrap.tar.gz tdeio-locate-Fat-Zer/fix/wordwrap.zip | |
Add word wrap to a labelFat-Zer/fix/wordwrap
Explicitly enable word wrapping for the label in the config dialog.
Otherwise the line stretched the dialog too wide especially in some
translations.
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
| -rw-r--r-- | src/klocateconfiglocatewidget.ui | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/klocateconfiglocatewidget.ui b/src/klocateconfiglocatewidget.ui index e1a6c21..ecb2c59 100644 --- a/src/klocateconfiglocatewidget.ui +++ b/src/klocateconfiglocatewidget.ui @@ -9,7 +9,7 @@ <x>0</x> <y>0</y> <width>567</width> - <height>385</height> + <height>400</height> </rect> </property> <property name="caption"> @@ -65,6 +65,9 @@ <property name="text"> <string>Use these settings only if you really know what you do. Otherwise the default should be ok.</string> </property> + <property name="alignment"> + <set>WordBreak|AlignVCenter</set> + </property> </widget> <widget class="TQLayoutWidget"> <property name="name"> |
