sw/uiconfig/swriter/ui/annotation.ui | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 57b3eb385b4ae100c5121d47845b46084fd9ed19 Author: Manas Todi <manastodi1...@gmail.com> AuthorDate: Sun Aug 10 11:05:20 2025 +0530 Commit: Heiko Tietze <heiko.tie...@documentfoundation.org> CommitDate: Tue Sep 16 16:44:44 2025 +0200 tdf#160276: CUI: Increase left margin for comment author and date labels The author and date labels in the comment sidebar were flush with the left edge, making them feel cramped. This change adds a 2px start margin to the 'author' and 'date' GtkLabels in sw/uiconfig/swriter/ui/annotation.ui to give them some breathing room and improve the visual layout. The initial suggestion was to align these labels with the main comment text. However, as this metadata is of secondary importance and doesn't need to strictly align, the simpler solution of adding a small left margin was chosen. Change-Id: I21892575ee393e96daa675ccc95fb0bb05efed9b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189285 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org> diff --git a/sw/uiconfig/swriter/ui/annotation.ui b/sw/uiconfig/swriter/ui/annotation.ui index 31b3c90b8aed..481465333b65 100644 --- a/sw/uiconfig/swriter/ui/annotation.ui +++ b/sw/uiconfig/swriter/ui/annotation.ui @@ -172,6 +172,7 @@ <object class="GtkLabel" id="author"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="margin-start">3</property> <property name="label">label</property> <property name="xalign">0</property> <property name="yalign">0</property> @@ -186,6 +187,7 @@ <object class="GtkLabel" id="date"> <property name="visible">True</property> <property name="can-focus">False</property> + <property name="margin-start">3</property> <property name="label">label</property> <property name="xalign">0</property> <property name="yalign">0</property>