sw/uiconfig/swriter/ui/commentwidget.ui | 1 - 1 file changed, 1 deletion(-)
New commits: commit e3dd37ce0ce4251dd0f166659c5bd94a9e3008b9 Author: Mohit Marathe <[email protected]> AuthorDate: Sat Nov 30 10:59:45 2024 +0530 Commit: Sarper Akdemir <[email protected]> CommitDate: Tue Dec 3 12:45:32 2024 +0100 tdf#163403 fix comments not showing in generic backend Change-Id: I21345049d8137e43cc3e50b0b1bcc8d41a123458 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177582 Tested-by: Jenkins Reviewed-by: Sarper Akdemir <[email protected]> diff --git a/sw/uiconfig/swriter/ui/commentwidget.ui b/sw/uiconfig/swriter/ui/commentwidget.ui index 2bac595252fe..53044de84baa 100644 --- a/sw/uiconfig/swriter/ui/commentwidget.ui +++ b/sw/uiconfig/swriter/ui/commentwidget.ui @@ -9,7 +9,6 @@ </object> <!-- n-columns=1 n-rows=1 --> <object class="GtkGrid" id="Comment"> - <property name="height-request">10</property> <property name="visible">True</property> <property name="can-focus">False</property> <property name="margin-bottom">5</property>
