Skip to content

Commit

Permalink
more font-size consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Oct 21, 2024
1 parent ace41c9 commit fa2247c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions nitrokeyapp/ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -547,6 +547,11 @@
</item>
<item row="1" column="1">
<widget class="QProgressBar" name="progress_bar">
<property name="font">
<font>
<pointsize>11</pointsize>
</font>
</property>
<property name="value">
<number>0</number>
</property>
Expand Down
2 changes: 1 addition & 1 deletion nitrokeyapp/ui/secrets_tab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</property>
<property name="minimumSize">
<size>
<width>60</width>
<width>180</width>
<height>0</height>
</size>
</property>
Expand Down
12 changes: 6 additions & 6 deletions nitrokeyapp/ui/settings_tab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
<widget class="QLabel" name="current_password_label">
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
<bold>true</bold>
</font>
</property>
Expand All @@ -477,7 +477,7 @@
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
</font>
</property>
<property name="echoMode">
Expand All @@ -498,7 +498,7 @@
<widget class="QLabel" name="new_password_label">
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
<bold>true</bold>
</font>
</property>
Expand All @@ -514,7 +514,7 @@
<widget class="QLabel" name="repeat_password_label">
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
<bold>true</bold>
</font>
</property>
Expand All @@ -539,7 +539,7 @@
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
</font>
</property>
<property name="echoMode">
Expand All @@ -566,7 +566,7 @@
</property>
<property name="font">
<font>
<pointsize>10</pointsize>
<pointsize>11</pointsize>
</font>
</property>
<property name="echoMode">
Expand Down
2 changes: 1 addition & 1 deletion nitrokeyapp/ui/welcome_tab.ui
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@
</font>
</property>
<property name="text">
<string>This application allows you to administrate your Nitrokey 3:</string>
<string>This application allows you to administrate your Nitrokey 3</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit fa2247c

Please sign in to comment.