diff options
author | Jan Holesovsky <kendy@collabora.com> | 2014-12-11 09:34:38 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2014-12-11 09:38:05 +0100 |
commit | c3292f334eab4934c11bad5f0dba4ddd20f0dcaf (patch) | |
tree | 5b145e35bc3344847853c893141fd79f91dcfb80 /starmath | |
parent | 373affe59c9646d65c744ff7e3ed00425ccf9eb8 (diff) |
Remove resizable:False property from dialogs containing GtkEntry.
As agreed with Adolfo (and others) at the Design hangout on 2014-12-10.
Change-Id: Ibe0e8075566523e746866b9d2c15c348c345d2df
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/uiconfig/smath/ui/fontdialog.ui | 1 | ||||
-rw-r--r-- | starmath/uiconfig/smath/ui/symdefinedialog.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/starmath/uiconfig/smath/ui/fontdialog.ui b/starmath/uiconfig/smath/ui/fontdialog.ui index 2866b8855f41..5d7292228d0a 100644 --- a/starmath/uiconfig/smath/ui/fontdialog.ui +++ b/starmath/uiconfig/smath/ui/fontdialog.ui @@ -7,7 +7,6 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Fonts</property> - <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> diff --git a/starmath/uiconfig/smath/ui/symdefinedialog.ui b/starmath/uiconfig/smath/ui/symdefinedialog.ui index 4c5ec9868926..0516cfc9f324 100644 --- a/starmath/uiconfig/smath/ui/symdefinedialog.ui +++ b/starmath/uiconfig/smath/ui/symdefinedialog.ui @@ -7,7 +7,6 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Edit Symbols</property> - <property name="resizable">False</property> <property name="modal">True</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> |