[Libreoffice-commits] core.git: cui/uiconfig extras/source
Heiko Tietze (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jan 19 06:51:35 UTC 2021
cui/uiconfig/ui/toolbarmodedialog.ui | 14 ++++++++------
extras/source/toolbarmode/default.png |binary
extras/source/toolbarmode/notebookbar.png |binary
extras/source/toolbarmode/notebookbar_groupedbar_full.png |binary
extras/source/toolbarmode/notebookbar_groups.png |binary
extras/source/toolbarmode/sidebar.png |binary
6 files changed, 8 insertions(+), 6 deletions(-)
New commits:
commit 4388e24cbdcf5824a7ef59545688d6fd057a79aa
Author: Heiko Tietze <tietze.heiko at gmail.com>
AuthorDate: Mon Jan 18 13:58:04 2021 +0100
Commit: Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Tue Jan 19 07:50:52 2021 +0100
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/+/109545
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
diff --git a/cui/uiconfig/ui/toolbarmodedialog.ui b/cui/uiconfig/ui/toolbarmodedialog.ui
index d8b777f52f85..9483f977e167 100644
--- a/cui/uiconfig/ui/toolbarmodedialog.ui
+++ b/cui/uiconfig/ui/toolbarmodedialog.ui
@@ -98,10 +98,10 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
- <property name="orientation">vertical</property>
- <property name="spacing">3</property>
<property name="margin-start">12</property>
<property name="margin-top">6</property>
+ <property name="orientation">vertical</property>
+ <property name="spacing">3</property>
<child>
<object class="GtkRadioButton" id="rbButton1">
<property name="label" translatable="yes" context="ToolbarmodeDialog|radiobutton1">Standard Toolbar</property>
@@ -294,28 +294,30 @@
<object class="GtkBox">
<property name="visible">True</property>
<property name="can-focus">False</property>
+ <property name="margin-start">12</property>
+ <property name="margin-top">6</property>
<property name="orientation">vertical</property>
<property name="spacing">12</property>
<property name="baseline-position">top</property>
- <property name="margin-start">12</property>
- <property name="margin-top">6</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="icon-name">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
Binary files a/extras/source/toolbarmode/default.png and b/extras/source/toolbarmode/default.png differ
diff --git a/extras/source/toolbarmode/notebookbar.png b/extras/source/toolbarmode/notebookbar.png
index 0637d42f3ca9..4683675ce783 100644
Binary files a/extras/source/toolbarmode/notebookbar.png and b/extras/source/toolbarmode/notebookbar.png differ
diff --git a/extras/source/toolbarmode/notebookbar_groupedbar_full.png b/extras/source/toolbarmode/notebookbar_groupedbar_full.png
index 08c24b0fa403..d915a9e00880 100644
Binary files a/extras/source/toolbarmode/notebookbar_groupedbar_full.png and b/extras/source/toolbarmode/notebookbar_groupedbar_full.png differ
diff --git a/extras/source/toolbarmode/notebookbar_groups.png b/extras/source/toolbarmode/notebookbar_groups.png
index fd7cf7f4007f..8102903d4509 100644
Binary files a/extras/source/toolbarmode/notebookbar_groups.png and b/extras/source/toolbarmode/notebookbar_groups.png differ
diff --git a/extras/source/toolbarmode/sidebar.png b/extras/source/toolbarmode/sidebar.png
index fae7904cba70..5523636023a6 100644
Binary files a/extras/source/toolbarmode/sidebar.png and b/extras/source/toolbarmode/sidebar.png differ
More information about the Libreoffice-commits
mailing list