Skip to content

Commit c88c012

Browse files
committed
struggling
1 parent ff6eb39 commit c88c012

File tree

4 files changed

+6
-132
lines changed

4 files changed

+6
-132
lines changed

data/generate_stylesheets.sh

Lines changed: 0 additions & 127 deletions
This file was deleted.

data/io.github.ellie_commons.jorts.metainfo.xml.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,15 @@
5050
<color type="primary" scheme_preference="dark">#002e99</color>
5151
</branding>
5252
<screenshots>
53-
<screenshot type="default">
53+
<screenshot>
5454
<caption>A sticky note with the "Blueberry" theme</caption>
5555
<image>https://raw.githubusercontent.com/ellie-commons/Jorts/main/data/shot.png</image>
5656
</screenshot>
57-
<screenshot type="default">
57+
<screenshot>
5858
<caption>You can change individual colour and text size!</caption>
5959
<image>https://raw.githubusercontent.com/ellie-commons/Jorts/main/data/shot2.png</image>
6060
</screenshot>
61-
<screenshot type="default">
61+
<screenshot>
6262
<caption>You can unzoom so hard you could do ascii art</caption>
6363
<image>https://raw.githubusercontent.com/ellie-commons/Jorts/main/data/shot3.png</image>
6464
</screenshot>

src/Application.vala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,17 @@ namespace jorts {
5858
);
5959
});
6060

61+
//this.squiggly_mode_active = gsettings.get_boolean ("squiggly_mode_active");
6162

6263
// build all the stylesheets
6364
jorts.Themer.init_all_themes();
6465
}
6566

6667
static construct {
67-
//gsettings = new GLib.Settings (jorts.Constants.app_rdnn);
68+
gsettings = new GLib.Settings (jorts.Constants.app_rdnn);
6869
}
6970

7071
construct {
71-
//this.squiggly_mode_active = gsettings.get_boolean ("squiggly_mode_active");
7272

7373
var quit_action = new SimpleAction ("quit", null);
7474
set_accels_for_action ("app.quit", {"<Control>q"});

src/Widgets/SettingsPopover.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public class jorts.SettingsPopover : Gtk.Popover {
6363

6464
//TRANSLATORS: The label is displayed above colored pills the user can click to choose a theme color
6565
var color_button_label = new Granite.HeaderLabel (_("Sticky Note Colour"));
66+
color_button_label.add_css_class (Granite.STYLE_CLASS_TITLE_LABEL);
6667
color_button_label.tooltip_text = _("Choose a colour for this sticky note");
6768
setting_grid.attach (color_button_label, 0, 0, 1, 1);
6869

0 commit comments

Comments
 (0)