Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Updated small GUI components
Browse files Browse the repository at this point in the history
  • Loading branch information
calexandru2018 committed Apr 17, 2020
1 parent 2ecfc5b commit c793e04
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions protonvpn_linux_gui/resources/main.glade
Original file line number Diff line number Diff line change
Expand Up @@ -1061,13 +1061,11 @@ Author: Alexandru Cheltuitor
</child>
<child>
<object class="GtkSwitch" id="start_minimized_switch">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<property name="active">True</property>
<style>
<class name="default_style_switch"/>
</style>
Expand All @@ -1094,7 +1092,6 @@ Author: Alexandru Cheltuitor
</child>
<child>
<object class="GtkLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Start Minimized</property>
Expand Down Expand Up @@ -1592,8 +1589,8 @@ Author: Alexandru Cheltuitor
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="valign">baseline</property>
<property name="margin_top">4</property>
<property name="margin_bottom">4</property>
<property name="margin_top">5</property>
<property name="margin_bottom">5</property>
<signal name="state-set" handler="update_killswitch_switch_changed" swapped="no"/>
<style>
<class name="default_style_switch"/>
Expand All @@ -1610,8 +1607,8 @@ Author: Alexandru Cheltuitor
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="margin_top">4</property>
<property name="margin_bottom">4</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<signal name="state-set" handler="update_dns_leak_switch_changed" swapped="no"/>
<style>
<class name="default_style_switch"/>
Expand All @@ -1628,8 +1625,8 @@ Author: Alexandru Cheltuitor
<property name="can_focus">True</property>
<property name="halign">end</property>
<property name="valign">center</property>
<property name="margin_top">4</property>
<property name="margin_bottom">4</property>
<property name="margin_top">6</property>
<property name="margin_bottom">6</property>
<signal name="state-set" handler="split_tunneling_switch_changed" swapped="no"/>
<style>
<class name="default_style_switch"/>
Expand Down Expand Up @@ -1721,6 +1718,7 @@ Author: Alexandru Cheltuitor
</object>
<packing>
<property name="position">3</property>
<property name="tab_expand">True</property>
</packing>
</child>
<child type="tab">
Expand Down

0 comments on commit c793e04

Please sign in to comment.