diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-07-12 10:58:14 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-07-12 10:58:14 +0100 |
commit | 164c83d0fd06db0d6b4f2458517405ef74a09010 (patch) | |
tree | 0be27f68cef231f2eb2cd98a432668bf280c26aa /starmath | |
parent | e567153a7849c108e94d28be81576305ec86fa31 (diff) |
Resolves: fdo#66675 set alerts to non resizable
GNOME HIG states that "Alert windows are not resizable" so consistent with
that.
Change-Id: I44240f2202fafca2e6a0502e09f22683bbea4c50
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/savedefaultsdialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/uiconfig/smath/ui/savedefaultsdialog.ui b/starmath/uiconfig/smath/ui/savedefaultsdialog.ui index 6c05c7e6848b..da6040d7fe93 100644 --- a/starmath/uiconfig/smath/ui/savedefaultsdialog.ui +++ b/starmath/uiconfig/smath/ui/savedefaultsdialog.ui @@ -5,6 +5,7 @@ <property name="can_focus">False</property> <property name="border_width">12</property> <property name="title" translatable="yes">Save defaults?</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <property name="skip_taskbar_hint">True</property> <property name="message_type">question</property> |