This commit is contained in:
Ward Nakchbandi 2022-09-29 17:18:28 +03:00
parent a9fc962dfe
commit b43d8aaa24
2 changed files with 13 additions and 10 deletions

View File

@ -2,7 +2,7 @@ BuildArch: noarch
Name: nobara-gnome-layouts Name: nobara-gnome-layouts
Version: 1.0 Version: 1.0
Release: 3%{?dist} Release: 4%{?dist}
License: GPLv2 License: GPLv2
Group: System Environment/Libraries Group: System Environment/Libraries
Summary: Nobara's Gnome layouts App Summary: Nobara's Gnome layouts App

View File

@ -2,11 +2,21 @@
<!-- Generated with glade 3.38.2 --> <!-- Generated with glade 3.38.2 -->
<interface> <interface>
<requires lib="gtk+" version="3.24"/> <requires lib="gtk+" version="3.24"/>
<object class="GtkRadioButton" id="radiobutton1">
<property name="label" translatable="yes">radiobutton</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="draw-indicator">True</property>
</object>
<object class="GtkApplicationWindow" id="main_window"> <object class="GtkApplicationWindow" id="main_window">
<property name="width-request">700</property> <property name="width-request">700</property>
<property name="height-request">500</property> <property name="height-request">535</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="title" translatable="yes">Nobara Gnome Layouts</property> <property name="title" translatable="yes">Nobara Gnome Layouts</property>
<property name="default-width">700</property>
<property name="default-height">535</property>
<property name="show-menubar">False</property> <property name="show-menubar">False</property>
<child> <child>
<object class="GtkBox" id="main_box"> <object class="GtkBox" id="main_box">
@ -32,6 +42,7 @@
<object class="GtkStack" id="main_stack"> <object class="GtkStack" id="main_stack">
<property name="visible">True</property> <property name="visible">True</property>
<property name="can-focus">False</property> <property name="can-focus">False</property>
<property name="transition-type">crossfade</property>
<child> <child>
<object class="GtkScrolledWindow" id="layouts_scroll"> <object class="GtkScrolledWindow" id="layouts_scroll">
<property name="visible">True</property> <property name="visible">True</property>
@ -1208,12 +1219,4 @@
</object> </object>
</child> </child>
</object> </object>
<object class="GtkRadioButton" id="radiobutton1">
<property name="label" translatable="yes">radiobutton</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
<property name="active">True</property>
<property name="draw-indicator">True</property>
</object>
</interface> </interface>