Skip to content

Commit

Permalink
add icon application in window title bar
Browse files Browse the repository at this point in the history
  • Loading branch information
artemtech committed Mar 3, 2020
1 parent a5e24b7 commit 73c6e6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradient_saver/GUI.glade
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<property name="window_position">center</property>
<property name="default_width">600</property>
<property name="default_height">400</property>
<property name="icon">icon.svg</property>
<property name="gravity">north</property>
<signal name="destroy" handler="onDestroy" swapped="no"/>
<child>
Expand Down Expand Up @@ -472,7 +473,7 @@ Select at least one object that use gradient color in order to add those gradi
<property name="visible">True</property>
<property name="can_focus">False</property>
<child>
<object id="extension_version" class="GtkLabel">
<object class="GtkLabel" id="extension_version">
<property name="width_request">317</property>
<property name="height_request">300</property>
<property name="visible">True</property>
Expand Down

0 comments on commit 73c6e6e

Please sign in to comment.