[d-feet] Don't show the window in the .ui
- From: John Palmieri <johnp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [d-feet] Don't show the window in the .ui
- Date: Mon, 23 Aug 2010 18:24:38 +0000 (UTC)
commit 82f2c75043f968161be41b8c36e5c29f82241367
Author: Johan Dahlin <johan gnome org>
Date: Mon Aug 16 17:36:00 2010 -0300
Don't show the window in the .ui
Its done later and prevents the set_default_size() from working
properly as the window is shown before that call.
ui/mainwindow.ui | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ui/mainwindow.ui b/ui/mainwindow.ui
index 15c56c9..c1093c2 100644
--- a/ui/mainwindow.ui
+++ b/ui/mainwindow.ui
@@ -6,7 +6,7 @@
<property name="default_width">640</property>
<property name="height_request">200</property>
<property name="title" context="yes" translatable="yes">D-Feet D-Bus debugger</property>
- <property name="visible">True</property>
+ <property name="visible">False</property>
<property name="width_request">300</property>
<child>
<object class="GtkVBox" id="main_vbox">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]