summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorYusuf Keten <ketenyusuf@gmail.com>2020-08-10 23:23:36 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-08-11 13:34:48 +0200
commitb03e218e9a5f6f8350ccb9c921b97a6bda2485bc (patch)
tree4f13c3799f82c5c2fd6f7200d3c992d47ec2b60f /cui
parent43151592e89c26b451de4ecdfd71b3be385052d7 (diff)
tdf#135313: Crash on opening the tight integration dialog
The crash problem in MacOS and Windows is fixed. Change-Id: I2968880b77f723f2caf6dc77f4904411392c4008 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100449 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/uiconfig/ui/additionsdialog.ui10
1 files changed, 3 insertions, 7 deletions
diff --git a/cui/uiconfig/ui/additionsdialog.ui b/cui/uiconfig/ui/additionsdialog.ui
index 0cd02d98e8cb..cf606dec438f 100644
--- a/cui/uiconfig/ui/additionsdialog.ui
+++ b/cui/uiconfig/ui/additionsdialog.ui
@@ -93,15 +93,11 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
- <object class="GtkSearchEntry" id="entrySearch">
- <property name="width_request">275</property>
+ <object class="GtkEntry" id="entrySearch">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="margin_bottom">5</property>
- <property name="max_length">150</property>
- <property name="primary_icon_name">edit-find-symbolic</property>
- <property name="primary_icon_activatable">False</property>
- <property name="primary_icon_sensitive">False</property>
+ <property name="max_length">50</property>
+ <property name="max_width_chars">50</property>
<child internal-child="accessible">
<object class="AtkObject" id="entrySearch-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="additionsdialog|searchEntry">searchEntry</property>