Skip to content

Commit

Permalink
Merge pull request #280 from PhilippKosarev/fix-undone-commit
Browse files Browse the repository at this point in the history
Fix undone commit
  • Loading branch information
aknarts authored Sep 25, 2024
2 parents 8db9041 + a7082fd commit 954912f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions data/resources/ui/sid_login/sid.ui
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
<object class="GtkEntry" id="sid_entry">
<property name="width-chars">32</property>
<property name="max-length">32</property>
<property name="placeholder-text">Please enter 'authorizationCode' from the response after login</property>
</object>
</child>
<child>
Expand Down Expand Up @@ -97,5 +96,10 @@
</child>
</object>
</child>
<child>
<object class="GtkLabel">
<property name="label">Please enter 'authorizationCode' from the response after login</property>
</object>
</child>
</template>
</interface>
</interface>

0 comments on commit 954912f

Please sign in to comment.