diff options
author | Szymon Kłos <szymon.klos@collabora.com> | 2024-01-09 14:47:35 +0100 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2024-01-30 07:40:26 +0100 |
commit | 16890dc78a69146d16e672e718148f462d63f587 (patch) | |
tree | 42d567613c7b9714e5a50336f5aa66e2938e17d1 /sd/uiconfig/sdraw | |
parent | 27ceca1996809c0f9390d1e9fb95dc7436ef1acf (diff) |
lok: notebookbar: enable currency dropdown
Add .uno:NumberFormatCurrency item to .ui
Use weld:: way of widgets creation so we can inject
jsdialog code and popup will be correctly registered.
Signed-off-by: Szymon Kłos <szymon.klos@collabora.com>
Change-Id: Ib57e1cad617ca5c7198d67e107441ba062580f06
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162623
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162710
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'sd/uiconfig/sdraw')
-rw-r--r-- | sd/uiconfig/sdraw/ui/notebookbar_online.ui | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/notebookbar_online.ui b/sd/uiconfig/sdraw/ui/notebookbar_online.ui index 223eedce4c97..7fe79d180a0f 100644 --- a/sd/uiconfig/sdraw/ui/notebookbar_online.ui +++ b/sd/uiconfig/sdraw/ui/notebookbar_online.ui @@ -57,6 +57,22 @@ <property name="position">1</property> </packing> </child> + <child> + <object class="GtkToolbar" id="WeldedToolbar"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="toolbar_style">icons</property> + <property name="show_arrow">False</property> + <child> + <placeholder/> + </child> + </object> + <packing> + <property name="expand">False</property> + <property name="fill">True</property> + <property name="position">0</property> + </packing> + </child> </object> <packing> <property name="left_attach">0</property> |