cui/uiconfig/ui/optviewpage.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
New commits: commit be5b1b42c8b66c6614b6cc307112e02ac0f082d1 Author: Seth Chaiklin <[email protected]> AuthorDate: Thu Mar 23 20:05:19 2023 +0000 Commit: Seth Chaiklin <[email protected]> CommitDate: Fri Mar 24 18:29:05 2023 +0000 add 6px to Skia children options Change-Id: Ic7d3a63516aae263aaffec9fba9d9673469bede4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149445 Tested-by: Jenkins Reviewed-by: Heiko Tietze <[email protected]> diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui index 3865fe17b0c1..a063a4f6d36d 100644 --- a/cui/uiconfig/ui/optviewpage.ui +++ b/cui/uiconfig/ui/optviewpage.ui @@ -481,7 +481,7 @@ <property name="can-focus">True</property> <property name="receives-default">False</property> <property name="tooltip-text" translatable="yes" context="optviewpage|forceskia|tooltip_text">Requires restart. Enabling this will prevent the use of graphics drivers.</property> - <property name="margin-start">12</property> + <property name="margin-start">18</property> <property name="use-underline">True</property> <property name="draw-indicator">True</property> </object> @@ -493,7 +493,7 @@ <child> <object class="GtkLabel" id="skiaenabled"> <property name="can-focus">False</property> - <property name="margin-start">12</property> + <property name="margin-start">18</property> <property name="label" translatable="yes" context="optviewpage|skiaenabled">Skia is currently enabled.</property> <property name="xalign">0</property> <attributes> @@ -508,7 +508,7 @@ <child> <object class="GtkLabel" id="skiadisabled"> <property name="can-focus">False</property> - <property name="margin-start">12</property> + <property name="margin-start">18</property> <property name="label" translatable="yes" context="optviewpage|skiadisabled">Skia is currently disabled.</property> <property name="xalign">0</property> <attributes>
