diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-04-12 10:33:34 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-04-12 21:33:40 +0200 |
commit | 1e9e78bde0e659c89ea96b259845539dab500195 (patch) | |
tree | 90762931ad03373399992508ac39161c28596809 /vcl/uiconfig | |
parent | 47da2b3ef35b87964218374282f6add41076af9a (diff) |
weld RTSPWDialog
Change-Id: I822c15bb4326d1b7b96b2af9aefbb3deecc7b229
Reviewed-on: https://gerrit.libreoffice.org/52770
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/uiconfig')
-rw-r--r-- | vcl/uiconfig/ui/cupspassworddialog.ui | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/vcl/uiconfig/ui/cupspassworddialog.ui b/vcl/uiconfig/ui/cupspassworddialog.ui index 7b2cb5d0232d..9b37d3eacc2d 100644 --- a/vcl/uiconfig/ui/cupspassworddialog.ui +++ b/vcl/uiconfig/ui/cupspassworddialog.ui @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.18.3 --> +<!-- Generated with glade 3.20.4 --> <interface domain="vcl"> <requires lib="gtk+" version="3.18"/> <object class="GtkDialog" id="CUPSPasswordDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="cupspassworddialog|CUPSPasswordDialog">Authentication Request</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">normal</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -66,10 +69,10 @@ <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="cupspassworddialog|label1">_User:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">user</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -80,10 +83,10 @@ <object class="GtkLabel" id="label2"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">1</property> <property name="label" translatable="yes" context="cupspassworddialog|label2">_Password:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">pass</property> + <property name="xalign">1</property> </object> <packing> <property name="left_attach">0</property> @@ -94,11 +97,11 @@ <object class="GtkLabel" id="text"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="xalign">0</property> <property name="label" translatable="yes" context="cupspassworddialog|text">Please enter your authentication data for server “%s”</property> <property name="use_underline">True</property> <property name="wrap">True</property> <property name="max_width_chars">56</property> + <property name="xalign">0</property> </object> <packing> <property name="left_attach">0</property> @@ -111,6 +114,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -123,6 +127,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> + <property name="activates_default">True</property> </object> <packing> <property name="left_attach">1</property> @@ -142,5 +147,8 @@ <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |