diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-10-01 10:20:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-10-02 20:28:28 +0200 |
commit | bab77fcf8b80594fb49561254dfbaea381da8934 (patch) | |
tree | be5deb3285355ea8df73f4eb10f0a83a889754e0 /sd | |
parent | 21c00be1677638fc18e30425658ac7c1a6fe541c (diff) |
weld PrintDialog
Change-Id: Id4adbe484f88be74f45dab8e7ef426c66e5cbc8b
Reviewed-on: https://gerrit.libreoffice.org/80002
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/drawprinteroptions.ui | 8 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/impressprinteroptions.ui | 14 |
2 files changed, 9 insertions, 13 deletions
diff --git a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui index c8df16d0a8ce..605507f27ee8 100644 --- a/sd/uiconfig/sdraw/ui/drawprinteroptions.ui +++ b/sd/uiconfig/sdraw/ui/drawprinteroptions.ui @@ -108,7 +108,6 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">grayscale</property> </object> <packing> <property name="expand">False</property> @@ -126,7 +125,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">blackandwhite</property> + <property name="group">originalcolors</property> </object> <packing> <property name="expand">False</property> @@ -201,7 +200,6 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">fittoprintable</property> </object> <packing> <property name="expand">False</property> @@ -219,7 +217,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">distributeonmultiple</property> + <property name="group">originalsize</property> </object> <packing> <property name="expand">False</property> @@ -237,7 +235,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">tilesheet</property> + <property name="group">originalsize</property> </object> <packing> <property name="expand">False</property> diff --git a/sd/uiconfig/simpress/ui/impressprinteroptions.ui b/sd/uiconfig/simpress/ui/impressprinteroptions.ui index 15a90c45181c..8679a74ebf26 100644 --- a/sd/uiconfig/simpress/ui/impressprinteroptions.ui +++ b/sd/uiconfig/simpress/ui/impressprinteroptions.ui @@ -71,7 +71,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="impressdocument"> + <object class="GtkComboBoxText" id="impressdocument"> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -81,7 +81,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="slidesperpage"> + <object class="GtkComboBoxText" id="slidesperpage"> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -91,7 +91,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="slidesperpageorder"> + <object class="GtkComboBoxText" id="slidesperpageorder"> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -236,7 +236,6 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">grayscale</property> </object> <packing> <property name="expand">False</property> @@ -254,7 +253,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">blackandwhite</property> + <property name="group">originalcolors</property> </object> <packing> <property name="expand">False</property> @@ -329,7 +328,6 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">fittoprintable</property> </object> <packing> <property name="expand">False</property> @@ -347,7 +345,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">distributeonmultiple</property> + <property name="group">originalsize</property> </object> <packing> <property name="expand">False</property> @@ -365,7 +363,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">tilesheet</property> + <property name="group">originalsize</property> </object> <packing> <property name="expand">False</property> |