[alacarte] Don't enforce a minimum size of the main window
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [alacarte] Don't enforce a minimum size of the main window
- Date: Tue, 23 Aug 2011 18:44:46 +0000 (UTC)
commit 235f8963642e4fbfb5e5bad83c3679282829d8d6
Author: Olav Vitters <olav vitters nl>
Date: Tue Aug 23 20:42:34 2011 +0200
Don't enforce a minimum size of the main window
Only suggest a default size so the window can be made smaller.
https://bugzilla.gnome.org/show_bug.cgi?id=621992
data/alacarte.ui | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/alacarte.ui b/data/alacarte.ui
index 08a199c..aec923a 100644
--- a/data/alacarte.ui
+++ b/data/alacarte.ui
@@ -49,8 +49,8 @@
</object>
<object class="GtkDialog" id="mainwindow">
<property name="border_width">5</property>
- <property name="width_request">675</property>
- <property name="height_request">530</property>
+ <property name="default_width">675</property>
+ <property name="default_height">530</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Main Menu</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]