Skip to content

Commit

Permalink
Set a default size for the log window
Browse files Browse the repository at this point in the history
The bug is just a small annoyance with the log window - it gets squashed
because no size (or automatic expanding) is specified.
  • Loading branch information
dimkr authored and talex5 committed May 20, 2012
1 parent c404cab commit 37a0c90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ROX-Filer/Templates.ui
Expand Up @@ -2,6 +2,8 @@
<interface>
<!-- interface-requires gtk+ 2.12 -->
<object class="GtkDialog" id="Log viewer">
<property name="width_request">640</property>
<property name="height_request">300</property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="title" translatable="yes">ROX-Filer log viewer</property>
Expand Down

0 comments on commit 37a0c90

Please sign in to comment.