Kaydet (Commit) e8147b4b authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Adolfo Jayme Barrientos

tdf#105299 Dialogs must not be resizable

Patch doesnt solve the issue but makes the wizard dialog HIG compliant

Change-Id: Ib45b49671bc247ad2bce072e4cc4260ed551ef7c
Reviewed-on: https://gerrit.libreoffice.org/34652Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAdolfo Jayme Barrientos <fitojb@ubuntu.com>
üst 9eaa17e6
......@@ -4,6 +4,7 @@
<requires lib="gtk+" version="3.0"/>
<object class="GtkDialog" id="AddressTemplateDialog">
<property name="can_focus">False</property>
<property name="resizable">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">Templates: Address Book Assignment</property>
<property name="type_hint">dialog</property>
......
......@@ -4,6 +4,7 @@
<requires lib="gtk+" version="3.0"/>
<object class="GtkWindow" id="WizardDialog">
<property name="can_focus">False</property>
<property name="resizable">False</property>
<child>
<placeholder/>
</child>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment