After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 663156 - Allow the user to expand the event list
Allow the user to expand the event list
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Álvaro Peña
diary-maint
Depends on:
Blocks:
 
 
Reported: 2011-11-01 12:19 UTC by Álvaro Peña
Modified: 2015-12-06 18:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fixed size for events list (1.67 KB, patch)
2015-12-06 18:22 UTC, Álvaro Peña
accepted-commit_now Details | Review

Description Álvaro Peña 2011-11-01 12:19:08 UTC
Insert a horizontal GtkPaned between the editing area
and the “Past Events” list that allowing the user resize the event list area.

There are two problems:

1. The user can resize the paned without expand the event list, showing a blank
space at bottom.

2. When the user colapse the event list, the paned dont't expand to hide the
same blank space.
Comment 1 Álvaro Peña 2015-11-01 12:42:02 UTC
Thinking in move the events list to a sidebar, which can allow to display all the information related with the displayed entry
Comment 2 Álvaro Peña 2015-12-06 18:16:40 UTC
(In reply to Álvaro Peña from comment #1)
> Thinking in move the events list to a sidebar, which can allow to display
> all the information related with the displayed entry

Created #759095
Comment 3 Álvaro Peña 2015-12-06 18:22:46 UTC
Created attachment 316853 [details] [review]
Fixed size for events list