3
1
Back

From d62e7c6861a31de12fc24143b97961d87c355a55 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Notes about component heights, swapping rotary and toggle switches Port in fixes from v1.1 ttrss-plugin- _comics/init.php 356 lines class _comics extends Plugin { function get_content($link) { $html = fetch_file_contents($link); $content_type = $fetch_last_content_type; return array( $html, $content_type ); } module make_surface(filename, h) { From 3afa35e4b17ae9426036976f5252a8b43f759734 Mon Sep 17 00:00:00 2001 Subject: [PATCH] Align panel to integer pseudo-origin, remove testing text, decrease title label font so we don't lose it Fix annoyance of 2x05.

New Pull Request