Skip to content
Snippets Groups Projects
Commit eacbec78 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

info window is now resizable. Fixes #2255

parent 3b447544
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>
<property name="modal">False</property>
<property name="resizable">False</property>
<property name="resizable">True</property>
<property name="destroy_with_parent">False</property>
<property name="decorated">True</property>
<property name="skip_taskbar_hint">False</property>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment