Skip to content

Commit

Permalink
Fix UI when creating/changing a database
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin committed May 10, 2023
1 parent 230e02e commit f884b3a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions src/ui/otpclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,9 @@
<property name="tooltip-text" translatable="yes">Max 255 chars</property>
<property name="editable">False</property>
<property name="max-length">255</property>
<property name="visibility">False</property>
<property name="secondary-icon-name">document-open-symbolic</property>
<property name="secondary-icon-tooltip-markup" translatable="yes">Show password</property>
<property name="placeholder-text" translatable="yes">New DB path...</property>
<property name="secondary-icon-tooltip-markup" translatable="yes">Open database file</property>
<property name="placeholder-text" translatable="yes">Absolute path of the existing database...</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down Expand Up @@ -1492,10 +1491,9 @@ but not the number of digits and/or the period/counter.</property>
<property name="tooltip-text" translatable="yes">Max 255 chars</property>
<property name="editable">False</property>
<property name="max-length">255</property>
<property name="visibility">False</property>
<property name="secondary-icon-name">document-open-symbolic</property>
<property name="secondary-icon-tooltip-text" translatable="yes">Show password</property>
<property name="placeholder-text" translatable="yes">Full path to the new database...</property>
<property name="secondary-icon-tooltip-text" translatable="yes">Open database file</property>
<property name="placeholder-text" translatable="yes">Absolute path of the new database...</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit f884b3a

Please sign in to comment.