Kaydet (Commit) 6c3de4f4 authored tarafından Adolfo Jayme Barrientos's avatar Adolfo Jayme Barrientos

tdf#95594 Remove “dialog” type hint from Expert Config window

Change-Id: I4a997ab8959f8d890aaa8779d8d036cee1fc060b
üst a3223557
...@@ -7,7 +7,8 @@ ...@@ -7,7 +7,8 @@
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="border_width">6</property> <property name="border_width">6</property>
<property name="title" translatable="yes">Expert Configuration</property> <property name="title" translatable="yes">Expert Configuration</property>
<property name="type_hint">dialog</property> <property name="type_hint">normal</property>
<property name="skip_taskbar_hint">True</property>
<child internal-child="vbox"> <child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1"> <object class="GtkBox" id="dialog-vbox1">
<property name="visible">True</property> <property name="visible">True</property>
......
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