Changeset 87dfb3e7902479f768bc9025f554cbfb88792940

Show
Ignore:
Timestamp:
06/03/09 06:33:27 (3 years ago)
Author:
Lincoln de Sousa <lincoln@…>
Children:
1b0a939ae89553b7f9ec2a3c09bb74d95159ad70
Parents:
af638d5ef1f2d48e28237f5791e0e8f493ec6c0f
git-committer:
Lincoln de Sousa <lincoln@…> (06/03/09 06:33:27)
Message:

Removing the size_request property of prefs dialog.

It was breaking the dialog when the user set its resolution dpi to a
value bigger than the normal, like 130 for example. (Closes: #149)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • data/prefs.glade

    r8fd3873 r87dfb3e  
    22<glade-interface> 
    33  <widget class="GtkWindow" id="config-window"> 
    4     <property name="width_request">460</property> 
     4    <property name="default_width">460</property> 
    55    <property name="title" translatable="yes">Guake Preferences</property> 
    66    <property name="resizable">False</property>