Kaydet (Commit) f1c52754 authored tarafından Szymon Kłos's avatar Szymon Kłos

left align in the login box

Change-Id: I77248f371ffb714a09cce0ef72e1018b4bbc7498
üst 0c71dc22
...@@ -123,7 +123,7 @@ ...@@ -123,7 +123,7 @@
<object class="GtkLabel" id="accountft"> <object class="GtkLabel" id="accountft">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">1</property> <property name="xalign">0</property>
<property name="label" translatable="yes">A_ccount:</property> <property name="label" translatable="yes">A_ccount:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">accounted</property> <property name="mnemonic_widget">accounted</property>
...@@ -137,7 +137,7 @@ ...@@ -137,7 +137,7 @@
<object class="GtkLabel" id="passwordft"> <object class="GtkLabel" id="passwordft">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">1</property> <property name="xalign">0</property>
<property name="label" translatable="yes">Pass_word:</property> <property name="label" translatable="yes">Pass_word:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">passworded</property> <property name="mnemonic_widget">passworded</property>
...@@ -176,7 +176,7 @@ ...@@ -176,7 +176,7 @@
<object class="GtkLabel" id="nameft"> <object class="GtkLabel" id="nameft">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">1</property> <property name="xalign">0</property>
<property name="label" translatable="yes">_User name:</property> <property name="label" translatable="yes">_User name:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">nameed</property> <property name="mnemonic_widget">nameed</property>
...@@ -190,7 +190,7 @@ ...@@ -190,7 +190,7 @@
<object class="GtkLabel" id="pathft"> <object class="GtkLabel" id="pathft">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="xalign">1</property> <property name="xalign">0</property>
<property name="label" translatable="yes">_Path:</property> <property name="label" translatable="yes">_Path:</property>
<property name="use_underline">True</property> <property name="use_underline">True</property>
<property name="mnemonic_widget">pathed</property> <property name="mnemonic_widget">pathed</property>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment