Skip to content

Commit

Permalink
Move ID to actual label
Browse files Browse the repository at this point in the history
  • Loading branch information
swsnr committed Oct 28, 2023
1 parent 41b56b9 commit c95bca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ui/about.blp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Box about {
styles ["title-1"]
}

Box description {
Box {
orientation: vertical;
halign: center;
margin-bottom: 5;
Label {
Label description {
label: "The description of this extension";
justify: center;
}
Expand Down
4 changes: 2 additions & 2 deletions ui/about.ui
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</object>
</child>
<child>
<object class="GtkBox" id="description">
<object class="GtkBox">
<property name="orientation">1</property>
<property name="halign">3</property>
<property name="margin-bottom">5</property>
<child>
<object class="GtkLabel">
<object class="GtkLabel" id="description">
<property name="label">The description of this extension</property>
<property name="justify">2</property>
</object>
Expand Down

0 comments on commit c95bca8

Please sign in to comment.