Skip to content

Commit

Permalink
use label instead of placeholder text
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp committed Sep 23, 2024
1 parent c50e702 commit ccfed2c
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 ccfed2c

Please sign in to comment.