Skip to content

Commit

Permalink
Upgrade elementary platform to version 7 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
Antolius authored Jul 31, 2022
1 parent 05b90d3 commit b8975bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ninja hr.from.josipantolis.starfish-update-po
Starfish is packaged with Flatpak and based on `io.elementary.Platform` runtime. In order to build it locally you may need to install the runtime first:

```sh
flatpak install --user io.elementary.Sdk//6.1
flatpak install --user io.elementary.Sdk//7
```

After that you can build and install Starfish itself with:
Expand Down
2 changes: 1 addition & 1 deletion hr.from.josipantolis.starfish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app-id: hr.from.josipantolis.starfish
runtime: io.elementary.Platform
runtime-version: '6.1'
runtime-version: '7'
sdk: io.elementary.Sdk
command: hr.from.josipantolis.starfish
finish-args:
Expand Down
3 changes: 0 additions & 3 deletions src/UI/GemtextView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -198,23 +198,20 @@ public class Starfish.UI.GemtextView : Gtk.TextView {
h1_tag = buffer.create_tag (
"H1",
scale: Pango.Scale.XX_LARGE,
variant: Pango.Variant.SMALL_CAPS,
pixels_above_lines: 8,
pixels_below_lines: 8
);

h2_tag = buffer.create_tag (
"H2",
scale: Pango.Scale.X_LARGE,
variant: Pango.Variant.SMALL_CAPS,
pixels_above_lines: 4,
pixels_below_lines: 4
);

h3_tag = buffer.create_tag (
"H3",
scale: Pango.Scale.LARGE,
variant: Pango.Variant.SMALL_CAPS,
pixels_above_lines: 2,
pixels_below_lines: 2
);
Expand Down

0 comments on commit b8975bd

Please sign in to comment.