Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Librem5
debs
GNOME Calendar
Commits
d31ab2c7
Commit
d31ab2c7
authored
Nov 10, 2021
by
Adrien Plazas
Browse files
d/patches: Add reduce the event popover text width
Fixes
#6
parent
0cbf5b12
Pipeline
#72973
passed with stages
in 7 minutes and 19 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
debian/patches/pureos/adaptive/0022-event-popover-Reduce-the-text-s-width.patch
0 → 100644
View file @
d31ab2c7
From 5d67d2b40b4f41fea305b7d85be4a73873e5960f Mon Sep 17 00:00:00 2001
From: Adrien Plazas <kekun.plazas@laposte.net>
Date: Wed, 10 Nov 2021 13:58:09 +0100
Subject: [PATCH] event-popover: Reduce the text's width
Fixes https://source.puri.sm/Librem5/debs/gnome-calendar/-/issues/6
---
src/gui/gcal-event-popover.ui | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/gui/gcal-event-popover.ui b/src/gui/gcal-event-popover.ui
index 3f366e28..a88ac6b1 100644
--- a/src/gui/gcal-event-popover.ui
+++ b/src/gui/gcal-event-popover.ui
@@ -82,7 +82,7 @@
<object class="GtkLabel" id="description_label">
<property name="use-markup">True</property>
<property name="selectable">True</property>
- <property name="max-width-chars">50</property>
+ <property name="max-width-chars">30</property>
<property name="xalign">0.0</property>
<property name="wrap">True</property>
<property name="wrap-mode">word-char</property>
--
2.30.2
debian/patches/series
View file @
d31ab2c7
...
...
@@ -25,3 +25,4 @@ pureos/adaptive/0018-event-widget-Drop-even-the-ellipsis-if-it-doesn-t-fi.patch
pureos/adaptive/0019-calendar-management-dialog-Lower-the-width-request.patch
pureos/adaptive/0020-calendars-page-Make-the-rows-ellipsize.patch
pureos/adaptive/0021-window-Hide-Keyboard-Shortcuts-when-narrow.patch
pureos/adaptive/0022-event-popover-Reduce-the-text-s-width.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment