bugmldonkey, a multi-networks file-sharing client - Bugs: bug #9123, Can't switch off tab icons

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #9123: Can't switch off tab icons

Submitter:  Sylvain Le Gall <gildor>
Submitted:  Wed 26 May 2004 08:53:23 PM UTC
   
 
Category:  GUI Severity:  3 - Normal
Item Group:  Program malfunction Status:  Fixed
Assigned to:  None Open/Closed:  Closed
Release:  2-5-21 Release: 
Operating System:  Linux Binaries Origin:  Debian package
CPU type:  Intel x86

Thu 19 May 2005 05:54:07 PM UTC, comment #4: 

This bug should be solved in the current version.
Please download, test it and post a follow up on this bugreport.

spiralvoice <spiralvoice>
Group administrator
Fri 01 Apr 2005 09:54:01 PM UTC, comment #3: 

Icon size can be changed in new GTK2 GUI, please have a look if this solves your problem.

spiralvoice <spiralvoice>
Group administrator
Wed 14 Jul 2004 10:09:51 AM UTC, comment #2: 

Small icons/text mode are implemented for all toolbars except the one on the right side of the GUI and the icons of the Notebook (on the top)? See window_base.ml for further info.
Firstly we need to create small corresponding icons to build the resource file and then implement a function to follow the general option mini_toolbars?
Is that a correct understanding ?

su_blanc <su_blanc>
Group Member
Sat 29 May 2004 07:28:08 PM UTC, comment #1: 

Regarding "Mini icons in toolbars":
for exmaple src/gtk/newgui/gui_servers.ml, line 359-:

    method set_tb_style st =
      if Options.(!!) Gui_options.mini_toolbars then
        (wtool1#misc#hide (); wtool2#misc#show ()) else
        (wtool2#misc#hide (); wtool1#misc#show ());
      wtool1#set_style st;
      wtool2#set_style st;

So wtool1 means big icons and wtool2 small icons, but gui_downloads_base.ml:

  let wtool1 =
    GButton.toolbar ~orientation:`HORIZONTAL ~style:`BOTH ~space_size:2
      ~space_style:`LINE ~tooltips:true ~button_relief:`NONE
      ~packing:(vbox#pack ~expand:false ~fill:true ~padding:2) ()
  in
  let wtool2 =
    GButton.toolbar ~orientation:`HORIZONTAL ~style:`BOTH ~space_size:2
      ~space_style:`LINE ~tooltips:true ~button_relief:`NONE
      ~packing:(vbox#pack ~expand:false ~fill:true ~padding:2) ()

shows no difference to me, maybe small icons are not yet implemented or buggy.


spiralvoice <spiralvoice>
Group administrator
Wed 26 May 2004 08:53:23 PM UTC, original submission:  

The huge icons on the tabs and elsewhere eat precious window-space, so i
would like to switch them off. But neither "Style of toolbars: text" nor
"Mini icons in toolbars" help.

This bug has been submited on debian BTS :
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=250910

Regard
Sylvain Le Gall

Sylvain Le Gall <gildor>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by gildor
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2005-05-19 spiralvoice StatusNone Fixed
        Open/ClosedOpen Closed
    2004-05-29 spiralvoice Item GroupFeature request Program malfunction
    2004-05-26 gildor Carbon-Copy- Added 250910 --AT-- bugs --DOT-- debian --DOT-- org

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code