[anjuta] Subversion: The commit dialog shouldn't request a certain size
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] Subversion: The commit dialog shouldn't request a certain size
- Date: Sat, 16 May 2009 20:39:49 -0400 (EDT)
commit fb46512ddae3d08c442f9e514496894e82102cdb
Author: James Liggett <jrliggett cox net>
Date: Sat May 16 17:36:19 2009 -0700
Subversion: The commit dialog shouldn't request a certain size
Instead, the log text box and the files list view should be requesting sizes, so the dialog isn't
cramped when new widgets are added.
---
plugins/subversion/anjuta-subversion.ui | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/plugins/subversion/anjuta-subversion.ui b/plugins/subversion/anjuta-subversion.ui
index 6bfff57..e6f37f6 100644
--- a/plugins/subversion/anjuta-subversion.ui
+++ b/plugins/subversion/anjuta-subversion.ui
@@ -1295,8 +1295,6 @@
</action-widgets>
</object>
<object class="GtkDialog" id="subversion_commit">
- <property name="width_request">600</property>
- <property name="height_request">400</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="border_width">5</property>
<property name="title" translatable="yes">Commit Changes</property>
@@ -1336,7 +1334,7 @@
<child type="label">
<object class="GtkLabel" id="label1">
<property name="visible">True</property>
- <property name="label" translatable="yes"><b>Previous commit messages</b></property>
+ <property name="label" translatable="yes"><b>Previous Commit Messages:</b></property>
<property name="use_markup">True</property>
</object>
</child>
@@ -1383,6 +1381,8 @@
<property name="shadow_type">in</property>
<child>
<object class="GtkTextView" id="subversion_log_view">
+ <property name="width_request">600</property>
+ <property name="height_request">100</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
@@ -1463,6 +1463,8 @@
<property name="shadow_type">in</property>
<child>
<object class="AnjutaVcsStatusTreeView" id="commit_status_view">
+ <property name="width_request">600</property>
+ <property name="height_request">100</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]