summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2021-01-18 13:58:04 +0100
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2021-02-17 16:34:36 +0100
commit43eda7e273048d4deebad3224e289cf6603fa42b (patch)
tree018d76645c645d41a8948e22cc3777e1d2f63801
parentda2ae86e2164d377869b07f7f90b7178b1963c6b (diff)
Resolves tdf#138051 - UI picker text blocks buttons
All images have a height of 125px now Change-Id: I64bb9d51c7a5edb4f0cfd38ac48473f11755061d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109529 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org> (cherry picked from commit 08b6d409b2b5228c14e8b94eddbb8987ec6e9c78) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110789 Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-by: Rizal Muttaqin <riz_17_oke@yahoo.co.id> Tested-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
-rw-r--r--cui/uiconfig/ui/toolbarmodedialog.ui6
-rw-r--r--extras/source/toolbarmode/default.pngbin17160 -> 21722 bytes
-rw-r--r--extras/source/toolbarmode/notebookbar.pngbin19151 -> 23110 bytes
-rw-r--r--extras/source/toolbarmode/notebookbar_groupedbar_full.pngbin23273 -> 28172 bytes
-rw-r--r--extras/source/toolbarmode/notebookbar_groups.pngbin18725 -> 24683 bytes
-rw-r--r--extras/source/toolbarmode/sidebar.pngbin14351 -> 19987 bytes
6 files changed, 4 insertions, 2 deletions
diff --git a/cui/uiconfig/ui/toolbarmodedialog.ui b/cui/uiconfig/ui/toolbarmodedialog.ui
index dc88d3e18864..43496294fde9 100644
--- a/cui/uiconfig/ui/toolbarmodedialog.ui
+++ b/cui/uiconfig/ui/toolbarmodedialog.ui
@@ -311,21 +311,23 @@
<property name="baseline-position">top</property>
<child>
<object class="GtkImage" id="imImage">
- <property name="width-request">436</property>
+ <property name="height-request">125</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="halign">center</property>
<property name="valign">start</property>
<property name="vexpand">True</property>
<property name="stock">gtk-missing-image</property>
</object>
<packing>
<property name="expand">False</property>
- <property name="fill">True</property>
+ <property name="fill">False</property>
<property name="position">0</property>
</packing>
</child>
<child>
<object class="GtkScrolledWindow">
+ <property name="width-request">436</property>
<property name="height-request">100</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
diff --git a/extras/source/toolbarmode/default.png b/extras/source/toolbarmode/default.png
index 6dff7cf4d8ac..a65e1f951ba2 100644
--- a/extras/source/toolbarmode/default.png
+++ b/extras/source/toolbarmode/default.png
Binary files differ
diff --git a/extras/source/toolbarmode/notebookbar.png b/extras/source/toolbarmode/notebookbar.png
index 0637d42f3ca9..4683675ce783 100644
--- a/extras/source/toolbarmode/notebookbar.png
+++ b/extras/source/toolbarmode/notebookbar.png
Binary files differ
diff --git a/extras/source/toolbarmode/notebookbar_groupedbar_full.png b/extras/source/toolbarmode/notebookbar_groupedbar_full.png
index 08c24b0fa403..d915a9e00880 100644
--- a/extras/source/toolbarmode/notebookbar_groupedbar_full.png
+++ b/extras/source/toolbarmode/notebookbar_groupedbar_full.png
Binary files differ
diff --git a/extras/source/toolbarmode/notebookbar_groups.png b/extras/source/toolbarmode/notebookbar_groups.png
index fd7cf7f4007f..8102903d4509 100644
--- a/extras/source/toolbarmode/notebookbar_groups.png
+++ b/extras/source/toolbarmode/notebookbar_groups.png
Binary files differ
diff --git a/extras/source/toolbarmode/sidebar.png b/extras/source/toolbarmode/sidebar.png
index fae7904cba70..5523636023a6 100644
--- a/extras/source/toolbarmode/sidebar.png
+++ b/extras/source/toolbarmode/sidebar.png
Binary files differ