summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2009-08-02 22:43:10 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2009-08-02 22:43:10 -0300
commit544edd0ee84cf490ef3eb08465e7aa250a0d6bd9 (patch)
treec5fa316c418ea04c33ae4a1b5110586fe444cfc6
parent691378600421fda478e3ac08946ce0d516f509ff (diff)
downloadtuna-544edd0ee84cf490ef3eb08465e7aa250a0d6bd9.tar.gz
glade: Allow the set_{process,interrupt}_attributes windows to resize
As translations can get quite verbose. How to make the translations reflow the window so that all of the are visible? Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tuna/tuna_gui.glade3
1 files changed, 2 insertions, 1 deletions
diff --git a/tuna/tuna_gui.glade b/tuna/tuna_gui.glade
index 27b377b..b543a3f 100644
--- a/tuna/tuna_gui.glade
+++ b/tuna/tuna_gui.glade
@@ -109,7 +109,7 @@
<property name="height_request">500</property>
<property name="visible">True</property>
<property name="title" translatable="yes">Set Process Attributes</property>
- <property name="resizable">False</property>
+ <property name="resizable">True</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<child internal-child="vbox">
@@ -411,6 +411,7 @@
<property name="visible">True</property>
<property name="title" translatable="yes">Set IRQ Attributes</property>
<property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
+ <property name="resizable">True</property>
<property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
<child internal-child="vbox">
<widget class="GtkVBox" id="dialog-vbox2">