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 87553 - toolbar widget is too wide to fit my little screen
toolbar widget is too wide to fit my little screen
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.13.0 betas
Other other
: Normal normal
: 0.13.3
Assigned To: Charles Kerr
Charles Kerr
Depends on:
Blocks:
 
 
Reported: 2002-07-07 09:39 UTC by kz
Modified: 2006-06-18 04:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kz 2002-07-07 09:50:37 UTC
Package: Pan
Severity: minor
Version: 0.12.90
Synopsis: toolbar widget is too wide to fit my little screen
Bugzilla-Product: Pan
Bugzilla-Component: general

Description:
I'm using 800x600, and a vertical panel.
pan over the border of panel, and even screen.
this is very uncomfortable. ;(




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-07-07 05:50 -------

Reassigning to the default owner of the component, charles@rebelbase.com.

Comment 1 Charles Kerr 2002-07-14 20:20:54 UTC
What do do about this?  Hmm.
Comment 2 Charles Kerr 2002-07-23 06:13:42 UTC

*** This bug has been marked as a duplicate of 79270 ***
Comment 3 kz 2002-07-23 15:51:35 UTC
no, not a dup.
this bug 87553 is for main window: of too many 12x12 icons, to be over
the border.
bug 79270 is for task manager window: of BOTH_HORIZ type with big wide
label, to be over screen.

I hope to restruct the main window's toolbar to have workful and
minimal icons.
Comment 4 Charles Kerr 2002-07-31 15:57:43 UTC
"I love deadlines. I like the whooshing sound they make as they fly by."
                                                          -- Douglas Adams
Comment 5 Christophe Lambin 2002-10-11 00:00:10 UTC
Bumped remaining bugs to 0.13.2.
Comment 6 Charles Kerr 2002-10-17 17:05:46 UTC
There is also a request (can't find it in bugzilla?) to
be able to turn off the toolbar.  That's certainly one
way to fix this problem. ;)

I hate to add a preferences option to something as
trivial as whether or not to show the toolbars' sections' labels.
Perhaps we should just remove the text altogether.
Comment 7 Christophe Lambin 2002-11-13 20:53:19 UTC
Bumped remaining bugs to 0.13.3.
Comment 8 Charles Kerr 2002-12-04 18:30:53 UTC
Fixed in cvs for next release:
http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=gui.c&rev1=1.548&rev2=1.549&root=/cvs/gnome

You can now turn off the toolbar, or toolbar labels,
by editing ~/.pan/config.xml and adding the keys
"/Pan/Display/toolbar_visible" as false, or
"/Pan/Display/toolbar_labels_visible" as false.

I'll add these to the preferences dialog if enough
people request it.