61 lines
2.2 KiB
Plaintext
61 lines
2.2 KiB
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!-- Generated with glade 3.18.3 -->
|
||
|
<!--
|
||
|
~ Safe Eyes is a utility to remind you to take break frequently
|
||
|
~ to protect your eyes from eye strain.
|
||
|
|
||
|
~ Copyright (C) 2017 Gobinath
|
||
|
|
||
|
~ This program is free software: you can redistribute it and/or modify
|
||
|
~ it under the terms of the GNU General Public License as published by
|
||
|
~ the Free Software Foundation, either version 3 of the License, or
|
||
|
~ (at your option) any later version.
|
||
|
|
||
|
~ This program is distributed in the hope that it will be useful,
|
||
|
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
~ GNU General Public License for more details.
|
||
|
|
||
|
~ You should have received a copy of the GNU General Public License
|
||
|
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||
|
-->
|
||
|
<interface>
|
||
|
<requires lib="gtk+" version="3.10"/>
|
||
|
<object class="GtkBox" id="box">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="margin_left">5</property>
|
||
|
<property name="margin_right">5</property>
|
||
|
<property name="margin_top">5</property>
|
||
|
<property name="margin_bottom">5</property>
|
||
|
<property name="spacing">10</property>
|
||
|
<child>
|
||
|
<object class="GtkLabel" id="lbl_name">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">False</property>
|
||
|
<property name="valign">center</property>
|
||
|
<property name="label" translatable="yes">label</property>
|
||
|
<property name="xalign">0</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">True</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">0</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
<child>
|
||
|
<object class="GtkEntry" id="txt_value">
|
||
|
<property name="visible">True</property>
|
||
|
<property name="can_focus">True</property>
|
||
|
<property name="halign">end</property>
|
||
|
<property name="valign">center</property>
|
||
|
</object>
|
||
|
<packing>
|
||
|
<property name="expand">False</property>
|
||
|
<property name="fill">True</property>
|
||
|
<property name="position">1</property>
|
||
|
</packing>
|
||
|
</child>
|
||
|
</object>
|
||
|
</interface>
|