Re: [PATCH] Nautilus Places sidebar URI dropping



Il giorno mar, 04/10/2005 alle 13.30 +0200, Christian Neumair ha
scritto:
> The attached patch was in bugzilla [1] but unfortunetely not reviewed
> for some time:
> "The attached patch allows users to drop files to the sidebar, either
> for copying/moving them to the folders in the sidebar, or for adding
> them to it. If you hover builtin bookmarks and volumes (above sep.),
> only copying/moving is allowed. 

OT Places sidebar needs some love about icon sizes. It seems that size
is hardcoded to 24x24, while it should use GTK_SOMETHING. Same issue for
menu items in Bookmarks (in navigation windows) and Places menu, as well
as all non-gtk-stock icons.

Here is attached a gtkrc derived from LargePrint (removed all icon
stuff). Apply it and browse nautilus windows (spatial and browse) to see
incoherence. 

> This patch also implements middle-click
> dragging."

Not true. Better, it seems bugged. Try to middle-clic and drag an item
(/f over a shortcut in Places sidebar, them select "Cancel" from
popup-menu. This don't cancel the action, but will copy the item. Copy,
Move and Link works fine, instead.


# Large Print Theme v0.1
# 
# Written by Bill Haneman, based on Standard theme by T. Liebeck, 
# which was in turn based on lots of different gtkrc files but
# primarily the one for the metal theme.
#
# Large-size pixmap icons by tigert.
#
# email: bill haneman sun com

gtk-icon-sizes = "mini-commander-icon=24,24:print-manager=64,64:panel-button=32,32:gtk-dnd=48,48:gtk-menu=32,32:panel-menu=48,48:gtk-large-toolbar=48,48:gtk-small-toolbar=32,32:gtk-button=32,32:gtk-dialog=64,64"

style "default"
{
  GtkWidget::focus-line-pattern = "\10\2"
  GtkWidget::interior_focus = 1
  GtkWidget::focus-padding = 0
  GtkWidget::focus-line-width = 2
# GtkWidget::cursor_aspect_ratio = 0.1

  GtkHSV::focus-line-pattern = "\0"
  GtkRange::slider_width = 20

  GtkPaned::handle-size = 10

  GtkEntry::cursor_color    = { 0.50, 0.00, 0.00 }
  GtkEntry::cursor_aspect_ratio = 0.1

  GtkTextView::cursor_color    = { 0.50, 0.00, 0.00 }
  GtkTextView::cursor_aspect_ratio = 0.1

  EelEditableLabel::cursor_color    = { 0.50, 0.00, 0.00 }
  EelEditableLabel::cursor_aspect_ratio = 0.1

  GtkCheckButton::indicator_size = 18
  GtkCheckMenuItem::indicator_size = 18

  GtkTreeView::expander_size = 20
  GtkExpander::expander-size = 24
  GtkExpander::expander-spacing = 8

  PanelToplevel::arrow-size = 18


}

class "GtkWidget" style "default"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]