Skip to content

Commit

Permalink
internal/ui: fix warning about a missing title for an `AdwNavigationP…
Browse files Browse the repository at this point in the history
…age` (#108)

* internal/ui: fix missing title warning for `AdwNavigationPage`

* meta: add v0.11.2 to metainfo
  • Loading branch information
DeedleFake authored Apr 8, 2024
1 parent bed6123 commit 35f8567
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dev.deedles.Trayscale.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@
<content_rating type="oars-1.1" />

<releases>
<release version="v0.11.2" date="2024-04-07">
<description>
<ul>Fix warning about a missing title at startup.</ul>
<ul>Update a number of pieces of metadata for Flathub.</ul>
</description>
</release>
<release version="v0.11.1" date="2024-04-04">
<description>
<ul>
Expand Down
1 change: 1 addition & 0 deletions internal/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
</object>
</property>
<property name="tag">content</property>
<property name="title"> </property>
</object>
</property>
<property name="max-sidebar-width">360.0</property>
Expand Down
1 change: 1 addition & 0 deletions internal/ui/trayscale.cmb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
(1,21,"AdwNavigationSplitView","sidebar",None,None,None,None,None,35,None,None,None,None),
(1,34,"AdwNavigationPage","child",None,None,None,None,None,52,None,None,None,None),
(1,34,"AdwNavigationPage","tag","content",None,None,None,None,None,None,None,None,None),
(1,34,"AdwNavigationPage","title"," ",None,None,None,None,None,None,None,None,None),
(1,35,"AdwNavigationPage","child",None,None,None,None,None,61,None,None,None,None),
(1,35,"AdwNavigationPage","tag","sidebar",None,None,None,None,None,None,None,None,None),
(1,35,"AdwNavigationPage","title","Trayscale",None,None,None,None,None,None,None,None,None),
Expand Down

0 comments on commit 35f8567

Please sign in to comment.