[Github-comments] [geany/geany] Size symbols and fold margins proportional to line height (#1738)

Colomban Wendling notifications at xxxxx
Fri Jan 12 05:58:18 UTC 2018


b4n commented on this pull request.



>  /* symbol margin visibility */
 void sci_set_symbol_margin(ScintillaObject *sci, gboolean set)
 {
 	if (set)
 	{
-		SSM(sci, SCI_SETMARGINWIDTHN, 1, 16);
+		gint width = margin_width_from_line_height(sci, 0.88, 16);

@codebrainz made const.

@elextr ? that's the point, we currently hardcode 16px, which is very small if you use a big font/zoom level.  For HiDPI the surface should be scaled in the best case (well, best case Scintilla would handle some of it itself I guess, but well), but otherwise this change just makes it better there too.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1738#discussion_r161145541
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180111/4f9015b7/attachment.html>


More information about the Github-comments mailing list