Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rirusha committed Aug 15, 2024
1 parent 34e1f66 commit 246b72e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions data/ui/app-info-dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ template $FoldyAppInfoDialog: Adw.Dialog {
}

Label description_label {
halign: center;
justify: center;
wrap: true;
margin-top: 6;
}
halign: center;
justify: center;
wrap: true;
margin-top: 6;
}

Button launch_button {
styles [
Expand Down
2 changes: 1 addition & 1 deletion data/ui/edit-folder-dialog.blp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ template $FoldyEditFolderDialog: Adw.Dialog {
margin-top: 12;
margin-start: 12;
margin-end: 12;

Box {
orientation: vertical;
spacing: 12;
Expand Down
2 changes: 1 addition & 1 deletion src/folder-page.vala
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public sealed class Foldy.FolderPage : BasePage {
AppInfoMonitor.get ().changed.connect (refresh);

settings = new Settings.with_path (
"org.gnome.desktop.app-folders.folder",
"org.gnome.desktop.app-folders.folder",
"/org/gnome/desktop/app-folders/folders/%s/".printf (folder_id)
);

Expand Down
1 change: 0 additions & 1 deletion src/main.vala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
* SPDX-License-Identifier: GPL-3.0-only
*/


int main (string[] args) {
Intl.bindtextdomain (Config.GETTEXT_PACKAGE, Config.GNOMELOCALEDIR);
Intl.bind_textdomain_codeset (Config.GETTEXT_PACKAGE, "UTF-8");
Expand Down

0 comments on commit 246b72e

Please sign in to comment.