Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix GNOME 3.20 window resize problem
Browse files Browse the repository at this point in the history
Fixes #402
  • Loading branch information
onuralpszr authored and hroncok committed May 12, 2016
1 parent d1138b8 commit 162cb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devassistant/gui/devel-assistant.glade
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property name="can_focus">False</property>
<property name="border_width">6</property>
<property name="title" translatable="yes">DevAssistant setup wizard</property>
<property name="resizable">False</property>
<property name="resizable">True</property>
<property name="window_position">center</property>
<property name="default_width">500</property>
<property name="gravity">center</property>
Expand Down

0 comments on commit 162cb35

Please sign in to comment.