diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-11-10 05:46:31 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-11-10 05:46:31 +0800 |
commit | 8353ce327a0ca559a8ba2fac90d822e328f90b5b (patch) | |
tree | 18f5048bae73ff6795e184be93938cc4f6a5bc15 /data/glade | |
parent | 907535f1e786cea8bd30f74cf93f6600fec4e09d (diff) | |
download | gsoc2013-epiphany-8353ce327a0ca559a8ba2fac90d822e328f90b5b.tar.gz gsoc2013-epiphany-8353ce327a0ca559a8ba2fac90d822e328f90b5b.tar.zst gsoc2013-epiphany-8353ce327a0ca559a8ba2fac90d822e328f90b5b.zip |
Because the Dwnloads window is a GtkDiaog for technical reasons, we set
2005-11-09 Christian Persch <chpe@cvs.gnome.org>
* data/glade/epiphany.glade:
Because the Dwnloads window is a GtkDiaog for technical reasons,
we set the type hint to 'normal' so it still has close/minimise
buttons.
Diffstat (limited to 'data/glade')
-rw-r--r-- | data/glade/epiphany.glade | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/glade/epiphany.glade b/data/glade/epiphany.glade index f9e34bfa0..a00529642 100644 --- a/data/glade/epiphany.glade +++ b/data/glade/epiphany.glade @@ -548,7 +548,7 @@ <property name="decorated">True</property> <property name="skip_taskbar_hint">False</property> <property name="skip_pager_hint">False</property> - <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property> + <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="focus_on_map">True</property> <property name="urgency_hint">False</property> |