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 /vcl | |
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 'vcl')
-rw-r--r-- | vcl/uiconfig/ui/cupspassworddialog.ui | 1 | ||||
-rw-r--r-- | vcl/uiconfig/ui/querydialog.ui | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/uiconfig/ui/cupspassworddialog.ui b/vcl/uiconfig/ui/cupspassworddialog.ui index f7c9802d584b..3e047a30bb39 100644 --- a/vcl/uiconfig/ui/cupspassworddialog.ui +++ b/vcl/uiconfig/ui/cupspassworddialog.ui @@ -6,7 +6,6 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Authentication Request</property> - <property name="resizable">False</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> diff --git a/vcl/uiconfig/ui/querydialog.ui b/vcl/uiconfig/ui/querydialog.ui index e52445e3c89e..b86de6511972 100644 --- a/vcl/uiconfig/ui/querydialog.ui +++ b/vcl/uiconfig/ui/querydialog.ui @@ -6,7 +6,6 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">New Data Type</property> - <property name="resizable">False</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> |