diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-01-07 01:39:49 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-08 12:33:54 +0100 |
commit | d54315e5cb371afd01c5f03958dda9bcf93514e5 (patch) | |
tree | b4f7efed17fa18d07c78b714d1058177b918e7e1 /cui/uiconfig/ui/numberingoptionspage.ui | |
parent | d48fb4716624766063792a5c16018b5a129618e8 (diff) |
tdf#129517 add "Preview" labels in BulletandNumberingStyle dialog box"
added GtkFrame to include label with Preview Window in Customize tab
added label in Position tab
Change-Id: Id37a2c696832ebe9dcd3cb4910a7bc3292cb0143
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86320
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig/ui/numberingoptionspage.ui')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 97 |
1 files changed, 54 insertions, 43 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index c13f9dad950d..321602dcf693 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -581,49 +581,6 @@ <property name="position">0</property> </packing> </child> - <child> - <object class="GtkScrolledWindow"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="hscrollbar_policy">never</property> - <property name="vscrollbar_policy">never</property> - <property name="shadow_type">in</property> - <child> - <object class="GtkViewport"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <child> - <object class="GtkDrawingArea" id="preview"> - <property name="width_request">150</property> - <property name="height_request">300</property> - <property name="visible">True</property> - <property name="can_focus">False</property> - </object> - </child> - </object> - </child> - </object> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> - </child> - <child type="label"> - <object class="GtkLabel" id="previewlabel"> - <property name="visible">True</property> - <property name="can_focus">False</property> - <property name="label" translatable="yes" context="numberingoptionspage|previewlabel">Preview</property> - <attributes> - <attribute name="weight" value="bold"/> - </attributes> - </object> - </child> - <packing> - <property name="expand">True</property> - <property name="fill">True</property> - <property name="position">1</property> - </packing> </object> </child> </object> @@ -695,5 +652,59 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkFrame" id="previewframe"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label_xalign">0</property> + <property name="shadow_type">none</property> + <child> + <object class="GtkAlignment" id="previewalignment"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="top_padding">6</property> + <property name="left_padding">12</property> + <child> + <object class="GtkScrolledWindow"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="hscrollbar_policy">never</property> + <property name="vscrollbar_policy">never</property> + <property name="shadow_type">in</property> + <child> + <object class="GtkViewport"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <child> + <object class="GtkDrawingArea" id="preview"> + <property name="width_request">150</property> + <property name="height_request">300</property> + <property name="visible">True</property> + <property name="can_focus">False</property> + </object> + </child> + </object> + </child> + </object> + </child> + </object> + </child> + <child type="label"> + <object class="GtkLabel" id="previewlabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="label" translatable="yes" context="numberingoptionspage|previewlabel">Preview</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + </child> + </object> + <packing> + <property name="expand">True</property> + <property name="fill">True</property> + <property name="position">2</property> + </packing> + </child> </object> </interface> |