https://bugs.documentfoundation.org/show_bug.cgi?id=117454

--- Comment #7 from Julien Nabet <[email protected]> ---
With the following patch, we can prevent user from changing the resolution but
perhaps it's not what we want:
diff --git a/svx/uiconfig/ui/compressgraphicdialog.ui
b/svx/uiconfig/ui/compressgraphicdialog.ui
index 14dd0a1c7bb5..e7539a05368f 100644
--- a/svx/uiconfig/ui/compressgraphicdialog.ui
+++ b/svx/uiconfig/ui/compressgraphicdialog.ui
@@ -419,7 +419,7 @@
                             </items>
                             <child internal-child="entry">
                               <object class="GtkEntry">
-                                <property name="can_focus">True</property>
+                                <property name="can_focus">False</property>
                                 <property
name="activates_default">True</property>
                               </object>
                             </child>

Otherwise, perhaps we should consider to define a max resolution?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to