[gimp] Bug 792439 - Status bar: Rotated angle is too close to zoom arrow.
- From: Jehan Pagès <jehanp src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp] Bug 792439 - Status bar: Rotated angle is too close to zoom arrow.
- Date: Fri, 12 Jan 2018 00:52:09 +0000 (UTC)
commit 3f7afd5494dae76eb4158a6b3f2a22a1f6e2e942
Author: N Ferreira <nuno360 gmail com>
Date: Fri Jan 12 00:39:44 2018 +0100
Bug 792439 - Status bar: Rotated angle is too close to zoom arrow.
app/display/gimpstatusbar.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/app/display/gimpstatusbar.c b/app/display/gimpstatusbar.c
index 23335e8..224ebee 100644
--- a/app/display/gimpstatusbar.c
+++ b/app/display/gimpstatusbar.c
@@ -1422,7 +1422,7 @@ gimp_statusbar_shell_rotated (GimpDisplayShell *shell,
{
/* Degree symbol U+00B0. There are no spaces between the value and the
* unit for angular rotation. */
- text = g_strdup_printf ("%.2f\xC2\xB0", shell->rotate_angle);
+ text = g_strdup_printf (" %.2f\xC2\xB0", shell->rotate_angle);
}
gtk_label_set_text (GTK_LABEL (statusbar->rotate_label), text);
if (text)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]