Skip to content

Commit

Permalink
fix fonts in repository management dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
p2r3 committed Oct 15, 2024
1 parent 0bb3b9f commit 13ea76e
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions ui/Repositories.ui
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,13 @@ QPushButton, QLineEdit, QComboBox {
</spacer>
</item>
<item>
<widget class="QLineEdit" name="AddInput"/>
<widget class="QLineEdit" name="AddInput">
<property name="font">
<font>
<family>Quicksand Medium</family>
</font>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="AddButton">
Expand Down Expand Up @@ -185,10 +191,24 @@ QPushButton, QLineEdit, QComboBox {
</spacer>
</item>
<item>
<widget class="QComboBox" name="RemoveDropdown"/>
<widget class="QComboBox" name="RemoveDropdown">
<property name="font">
<font>
<family>Quicksand Medium</family>
</font>
</property>
<property name="placeholderText">
<string>Select Repository</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="RemoveButton">
<property name="font">
<font>
<family>Quicksand Medium</family>
</font>
</property>
<property name="text">
<string>Remove</string>
</property>
Expand Down

0 comments on commit 13ea76e

Please sign in to comment.