Skip to content

Commit

Permalink
fix #1429
Browse files Browse the repository at this point in the history
  • Loading branch information
“Alain” committed Sep 14, 2024
1 parent a43bd12 commit 5f4c563
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/Services/CalDAV/Core.vala
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ public class Services.CalDAV.Core : GLib.Object {

try {
if (project.sync_id == "") {
project.loading = false;
return;
}

Expand Down
2 changes: 1 addition & 1 deletion src/MainWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ public class MainWindow : Adw.ApplicationWindow {

var breakpoint = new Adw.Breakpoint (Adw.BreakpointCondition.parse ("max-width: 800sp"));
breakpoint.add_setter (overlay_split_view, "collapsed", true);

add_breakpoint (breakpoint);

content = overlay_split_view;

Services.Settings.get_default ().settings.bind ("pane-position", overlay_split_view, "min_sidebar_width", GLib.SettingsBindFlags.DEFAULT);
Expand Down
3 changes: 1 addition & 2 deletions src/Widgets/SubItems.vala
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,7 @@ public class Widgets.SubItems : Adw.Bin {
selection_mode = Gtk.SelectionMode.SINGLE,
hexpand = true,
css_classes = { "listbox-background" },
margin_start = 3,
margin_end = 6
margin_start = 3
};

checked_revealer = new Gtk.Revealer () {
Expand Down

0 comments on commit 5f4c563

Please sign in to comment.