Changeset 87dfb3e7902479f768bc9025f554cbfb88792940
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r8fd3873
|
r87dfb3e
|
|
| 2 | 2 | <glade-interface> |
| 3 | 3 | <widget class="GtkWindow" id="config-window"> |
| 4 | | <property name="width_request">460</property> |
| | 4 | <property name="default_width">460</property> |
| 5 | 5 | <property name="title" translatable="yes">Guake Preferences</property> |
| 6 | 6 | <property name="resizable">False</property> |