svx/uiconfig/ui/colorwindow.ui |    2 +-
 vcl/source/window/paint.cxx    |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 7ef87c00a7b0b4b345bc638cfc6c702d6109e3e6
Author:     Gülşah Köse <[email protected]>
AuthorDate: Wed Feb 18 20:16:08 2026 +0300
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Feb 27 10:33:33 2026 +0100

    cool#14550 Fix the transparency issue for online
    
    Signed-off-by: Gülşah Köse <[email protected]>
    Change-Id: If25f654b80387cb1a5e9cfcc5b45b7b094304080
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/199636
    Tested-by: Caolán McNamara <[email protected]>
    Reviewed-by: Caolán McNamara <[email protected]>
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200572

diff --git a/vcl/source/window/paint.cxx b/vcl/source/window/paint.cxx
index f336f08424f9..a091cb9649f3 100644
--- a/vcl/source/window/paint.cxx
+++ b/vcl/source/window/paint.cxx
@@ -1373,11 +1373,11 @@ void Window::ImplPaintToDevice( OutputDevice* 
i_pTargetOutDev, const Point& i_rP
     // TODO: Move to its own method
     if (comphelper::LibreOfficeKit::isActive())
     {
-        VclPtrInstance<VirtualDevice> pDevice(*i_pTargetOutDev);
+        VclPtrInstance<VirtualDevice> pDevice(*i_pTargetOutDev, 
DeviceFormat::WITH_ALPHA);
         pDevice->EnableRTL(IsRTLEnabled());
 
         Size aSize(GetOutputSizePixel());
-        pDevice->SetOutputSizePixel(aSize);
+        pDevice->SetOutputSizePixel(aSize, true, true);
 
         vcl::Font aCopyFont = GetFont();
         pDevice->SetFont(aCopyFont);
commit 1bec2f41818ea340d7b13b1d5d447fd77006f8fb
Author:     Parth Raiyani <[email protected]>
AuthorDate: Fri Aug 8 19:06:33 2025 +0530
Commit:     Caolán McNamara <[email protected]>
CommitDate: Fri Feb 27 10:33:22 2026 +0100

    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]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200570
    Reviewed-by: Caolán McNamara <[email protected]>

diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui
index 9f7f1cb7d1f8..02a3ec960373 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>

Reply via email to