summaryrefslogtreecommitdiff
path: root/src/nautilus-sidebar-tabs.c
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-07-29 00:23:48 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-07-29 00:23:48 +0000
commitae1fbb1f6d2d3291b342027f38990d4fb24c2c88 (patch)
tree52e735536dfb03bbebca951f042a57afc960df54 /src/nautilus-sidebar-tabs.c
parentc1deba356e55af8afb709a655aeab362ea290830 (diff)
downloadnautilus-ae1fbb1f6d2d3291b342027f38990d4fb24c2c88.tar.gz
removed hack in sidebar tabs that compensated for uneven piece sizes now
removed hack in sidebar tabs that compensated for uneven piece sizes now that Arlo has fixed them; also, made the right arrow work properly for location bar auto-completion.
Diffstat (limited to 'src/nautilus-sidebar-tabs.c')
-rw-r--r--src/nautilus-sidebar-tabs.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-sidebar-tabs.c b/src/nautilus-sidebar-tabs.c
index ab71c4faf..297e32ab0 100644
--- a/src/nautilus-sidebar-tabs.c
+++ b/src/nautilus-sidebar-tabs.c
@@ -510,8 +510,7 @@ draw_one_tab_themed (NautilusSidebarTabs *sidebar_tabs, GdkGC *gc,
/* draw the left edge piece */
current_pos = x;
if (first_flag) {
- /* FIXME: subtract one from y to fix left parts not sized correctly..should fix images soon */
- piece_width = draw_tab_piece (sidebar_tabs, gc, current_pos, y - 1, TAB_NORMAL_LEFT + highlight_offset);
+ piece_width = draw_tab_piece (sidebar_tabs, gc, current_pos, y, TAB_NORMAL_LEFT + highlight_offset);
current_pos += piece_width;
}