https://bugzilla.xfce.org/show_bug.cgi?id=14523
Andre Miranda <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Andre Miranda <[email protected]> --- This issue exists since at least 1.7.0, funny no one noticed until now. This inner border is rendered by thunar_standard_view_draw when drop_highlight is true. These are the dimensions of standard view: No tabs -> x: 0, y: 0, w: 869, h: 549 With tabs-> x: 0, y: 34, w: 869, h: 515 I hard-coded the y value as 0 and it seems works well, though it feels kinda hack. Another approach is to introduce a style class, e.g. "dnd-target", with "border: 1px solid black;" and toggle it for standard view based on the value of drop_highlight. However, the border property can somehow be overridden by the theme. Alex, what do you think? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Xfce-bugs mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce-bugs
