Skip to content

Commit

Permalink
Make main window initially invisible.
Browse files Browse the repository at this point in the history
This prevents the window from flashing up in the default location with the
default size before Geany sets it's saved size and position.
  • Loading branch information
codebrainz committed Oct 10, 2011
1 parent b8c5be4 commit 9ce76ef
Showing 1 changed file with 24 additions and 25 deletions.
49 changes: 24 additions & 25 deletions data/geany.glade
Original file line number Diff line number Diff line change
Expand Up @@ -6107,30 +6107,6 @@
<property name="can_focus">False</property>
<property name="n_rows">8</property>
<property name="n_columns">2</property>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<object class="GtkCheckButton" id="check_scroll_key">
<property name="label" translatable="yes">Scroll on keystroke</property>
Expand Down Expand Up @@ -6266,6 +6242,30 @@
<property name="y_options">GTK_FILL</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -6813,7 +6813,6 @@
</child>
</object>
<object class="GtkWindow" id="window1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">Geany</property>
<child internal-child="accessible">
Expand Down

0 comments on commit 9ce76ef

Please sign in to comment.