Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #94 from TheEvilSkeleton/valign
Browse files Browse the repository at this point in the history
Use `valign` to add vertical padding
  • Loading branch information
Schmiddiii authored Aug 19, 2022
2 parents 61d31be + b546ed9 commit 6964d19
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions data/resources/ui/preferences_window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
<child>
<object class="AdwActionRow">
<property name="title" translatable="yes">Player</property>
<property name='valign'>center</property>
<child>
<object class="GtkEntry" id="entry_player">
<property name='valign'>center</property>
</object>
</child>
</object>
Expand All @@ -25,6 +27,7 @@
<property name="title" translatable="yes">Downloader</property>
<child>
<object class="GtkEntry" id="entry_downloader">
<property name='valign'>center</property>
</object>
</child>
</object>
Expand All @@ -40,6 +43,7 @@
<property name="title" translatable="yes">Piped API</property>
<child>
<object class="GtkEntry" id="entry_piped_api">
<property name='valign'>center</property>
</object>
</child>
</object>
Expand All @@ -50,3 +54,4 @@
</child>
</template>
</interface>

0 comments on commit 6964d19

Please sign in to comment.