mirror of
https://gitlab.cvh-server.de/skrause/flashcards.git
synced 2025-12-12 10:01:37 +01:00
small changes, fix lang in flatpak
This commit is contained in:
@@ -5,7 +5,7 @@ template $FlashcardsAppWindow : Adw.ApplicationWindow {
|
||||
title: _("Flashcards");
|
||||
|
||||
Adw.Breakpoint {
|
||||
condition ( "max-width: 400sp" )
|
||||
condition ( "max-width: 600sp" )
|
||||
setters {
|
||||
split_view.collapsed: true;
|
||||
}
|
||||
@@ -13,7 +13,7 @@ template $FlashcardsAppWindow : Adw.ApplicationWindow {
|
||||
|
||||
Adw.NavigationSplitView split_view {
|
||||
[sidebar]
|
||||
Adw.NavigationPage sidebar{
|
||||
Adw.NavigationPage sidebar {
|
||||
title: _("Categories");
|
||||
|
||||
Box {
|
||||
|
||||
Reference in New Issue
Block a user