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 95136 - Allow the sliding the panel to be anchored to the center
Allow the sliding the panel to be anchored to the center
Status: RESOLVED FIXED
Product: gnome-panel
Classification: Other
Component: panel
2.0.x
Other other
: Normal enhancement
: ---
Assigned To: Panel Maintainers
Panel Maintainers
: 79481 87086 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2002-10-08 03:00 UTC by Havoc Pennington
Modified: 2015-03-24 13:00 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Havoc Pennington 2002-10-08 03:00:59 UTC
See https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=75397

The props dialog is confusing, if nothing else.
Comment 1 Mark McLoughlin 2002-10-10 03:28:13 UTC
From the bug:

> On the preferences for sliding panels, you can only position them to 
> the right or left.  a centered option would be quite handy, 
> particularly for CDE style panels.



Its not a matter of implementation details being leaked. There is no
way to "anchor" the sliding panel to the center.

typedef enum {
        SLIDING_ANCHOR_LEFT,
        SLIDING_ANCHOR_RIGHT
} SlidingAnchor;

struct _SlidingPos {
        BorderPos pos;

        SlidingAnchor anchor;
        gint16 offset;
};

This means that although you can adjust the panel so its is centered
you will have to re-adjust the position every time you add or remove
objects in order for it to remain centered.



Comment 2 Vincent Untz 2002-10-26 16:33:29 UTC
*** Bug 79481 has been marked as a duplicate of this bug. ***
Comment 3 Vincent Untz 2002-10-26 16:33:44 UTC
*** Bug 87086 has been marked as a duplicate of this bug. ***
Comment 4 Vincent Untz 2003-09-04 17:03:37 UTC
Fixed with the new panel code.