Skip to content

Commit

Permalink
#50 Update UI
Browse files Browse the repository at this point in the history
  • Loading branch information
amka committed Jun 6, 2022
1 parent bd50d77 commit 1fc8bdd
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions data/ui/window.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
</style>
<property name="child">
<object class="AdwButtonContent">
<property name="label" translatable="yes">Take a shot</property>
<property name="label" translatable="yes">Take a Screenshot</property>
<property name="icon-name">camera-photo-symbolic</property>
</object>
</property>
Expand All @@ -80,7 +80,7 @@
</style>
<property name="child">
<object class="AdwButtonContent">
<property name="label" translatable="yes">_Configure languages</property>
<property name="label" translatable="yes">_Configure Languages</property>
<property name="icon-name">preferences-desktop-locale-symbolic</property>
<property name="use-underline">True</property>
</object>
Expand Down Expand Up @@ -115,6 +115,12 @@
<property name="transition-type">slide-up</property>
<property name="child">
<object class="GtkBox">
<property name="orientation">vertical</property>
<child>
<object class="GtkSeparator" />
</child>
<child>
<object class="GtkBox">
<property name="margin-start">8</property>
<property name="margin-end">8</property>
<property name="margin-top">8</property>
Expand All @@ -125,10 +131,13 @@
<property name="action_name">app.get_screenshot</property>
<property name="focusable">1</property>
<property name="receives-default">1</property>
<property name="tooltip-markup" translatable="yes">Take a shot</property>
<property name="tooltip-markup" translatable="yes">Take a screenshot</property>
<style>
<class name="suggested-action" />
</style>
<property name="child">
<object class="AdwButtonContent">
<property name="label">Take a shot</property>
<property name="label">Take a Screenshot</property>
<property name="icon-name">camera-photo-symbolic</property>
</object>
</property>
Expand All @@ -144,6 +153,9 @@
<property name="focusable">1</property>
<property name="receives-default">1</property>
<property name="tooltip-text" translatable="yes">Clear the extraction results</property>
<style>
<class name="flat" />
</style>
<property name="child">
<object class="AdwButtonContent">
<property name="icon-name">edit-clear-symbolic</property>
Expand All @@ -156,6 +168,9 @@
<property name="focusable">1</property>
<property name="receives-default">1</property>
<property name="tooltip-text" translatable="yes">Copy extracted text to clipboard</property>
<style>
<class name="flat" />
</style>
<property name="child">
<object class="AdwButtonContent">
<property name="icon-name">edit-copy-symbolic</property>
Expand All @@ -164,6 +179,8 @@
</object>
</child>
</object>
</child>
</object>
</property>
</object>
</child>
Expand Down

0 comments on commit 1fc8bdd

Please sign in to comment.