svx/uiconfig/ui/colorwindow.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ab3b4f23ff05fbbbfaf4df1d280b89733929a959 Author: Parth Raiyani <[email protected]> AuthorDate: Fri Aug 8 19:06:33 2025 +0530 Commit: Szymon Kłos <[email protected]> CommitDate: Mon Aug 11 05:58:20 2025 +0200 Adjusts color window height for improved usability Increases the height to make the standard palette fully visible Signed-off-by: Parth Raiyani <[email protected]> Change-Id: I61466d06cd27f9b11854340521a2d54dbe5eabc2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/189196 Reviewed-by: Szymon Kłos <[email protected]> Tested-by: Jenkins CollaboraOffice <[email protected]> diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 391f6ef53832..edb3c5635520 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -125,7 +125,7 @@ <property name="vscrollbar-policy">always</property> <property name="shadow-type">in</property> <property name="overlay-scrolling">False</property> - <property name="height-request">180</property> + <property name="height-request">260</property> <child> <object class="GtkIconView" id="colorwindow_iv_colors"> <property name="visible">True</property>
