diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-10-02 12:15:24 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-10-03 09:50:45 +0200 |
commit | ea7b290a691f33caa3327bd1cb57b97a92c94dc7 (patch) | |
tree | 8c8ebddc42674caac4b9cdef431306cccc0618d8 /cui/uiconfig | |
parent | 2b402bbd34624c4759fa411c98bb60da1dd11e76 (diff) |
weld SwSvxNumBulletTabDialog
Change-Id: I8ea74dc15bba04c0615e61c069407160a7b95c4c
Reviewed-on: https://gerrit.libreoffice.org/61242
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/numberingoptionspage.ui | 6 | ||||
-rw-r--r-- | cui/uiconfig/ui/numberingpositionpage.ui | 35 |
2 files changed, 31 insertions, 10 deletions
diff --git a/cui/uiconfig/ui/numberingoptionspage.ui b/cui/uiconfig/ui/numberingoptionspage.ui index d29e1f586de5..22725e92ceee 100644 --- a/cui/uiconfig/ui/numberingoptionspage.ui +++ b/cui/uiconfig/ui/numberingoptionspage.ui @@ -168,6 +168,7 @@ <object class="GtkLabel" id="label4"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="hexpand">True</property> <property name="label" translatable="yes" context="numberingoptionspage|label4">Number:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">numfmtlb</property> @@ -179,7 +180,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="charstyle"> + <object class="GtkComboBoxText" id="charstyle"> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -228,7 +229,7 @@ </packing> </child> <child> - <object class="GtkComboBox" id="numfmtlb"> + <object class="GtkComboBoxText" id="numfmtlb"> <property name="visible">True</property> <property name="can_focus">False</property> </object> @@ -339,6 +340,7 @@ <object class="GtkComboBoxText" id="orientlb"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="active">0</property> <items> <item translatable="yes" context="numberingoptionspage|orientlb">Top of baseline</item> <item translatable="yes" context="numberingoptionspage|orientlb">Center of baseline</item> diff --git a/cui/uiconfig/ui/numberingpositionpage.ui b/cui/uiconfig/ui/numberingpositionpage.ui index 5b15b93ff796..e369e683ddde 100644 --- a/cui/uiconfig/ui/numberingpositionpage.ui +++ b/cui/uiconfig/ui/numberingpositionpage.ui @@ -18,6 +18,29 @@ <property name="step_increment">0.050000000000000003</property> <property name="page_increment">10</property> </object> + <object class="GtkAdjustment" id="adjustment4"> + <property name="upper">19.989999999999998</property> + <property name="step_increment">0.01</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustment5"> + <property name="upper">19.989999999999998</property> + <property name="step_increment">0.01</property> + <property name="page_increment">10</property> + </object> + <object class="GtkAdjustment" id="adjustment6"> + <property name="upper">19.989999999999998</property> + <property name="step_increment">0.01</property> + <property name="page_increment">10</property> + </object> + <object class="GtkListStore" id="liststore1"> + <columns> + <!-- column-name text --> + <column type="gchararray"/> + <!-- column-name id --> + <column type="gchararray"/> + </columns> + </object> <object class="GtkBox" id="NumberingPositionPage"> <property name="visible">True</property> <property name="can_focus">False</property> @@ -46,6 +69,7 @@ <object class="GtkTreeView" id="levellb"> <property name="visible">True</property> <property name="can_focus">True</property> + <property name="model">liststore1</property> <property name="headers_visible">False</property> <property name="headers_clickable">False</property> <property name="search_column">0</property> @@ -180,6 +204,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> + <property name="adjustment">adjustment6</property> <property name="digits">2</property> </object> <packing> @@ -206,6 +231,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> + <property name="adjustment">adjustment5</property> <property name="digits">2</property> </object> <packing> @@ -218,6 +244,7 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="activates_default">True</property> + <property name="adjustment">adjustment4</property> <property name="digits">2</property> </object> <packing> @@ -466,12 +493,4 @@ numbering and text:</property> </packing> </child> </object> - <object class="GtkListStore" id="liststore1"> - <columns> - <!-- column-name text --> - <column type="gchararray"/> - <!-- column-name id --> - <column type="gchararray"/> - </columns> - </object> </interface> |