mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-04 20:54:45 +02:00
oe-pkgdata-browser: Make the window 1200x900 by default
(From OE-Core rev: 2ac7f51e99a2435e27cc3b8f5d26b58519638ed7) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
77bba85df1
commit
4ea31c2ea4
|
@ -35,6 +35,8 @@
|
|||
<object class="GtkWindow" id="window">
|
||||
<property name="can_focus">False</property>
|
||||
<property name="title" translatable="yes">Package Data Browser</property>
|
||||
<property name="default_width">1200</property>
|
||||
<property name="default_height">900</property>
|
||||
<property name="icon_name">accessories-dictionary</property>
|
||||
<property name="has_resize_grip">True</property>
|
||||
<child>
|
||||
|
@ -69,7 +71,7 @@
|
|||
<object class="GtkPaned" id="paned1">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="position">200</property>
|
||||
<property name="position">400</property>
|
||||
<property name="position_set">True</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="scrolledwindow1">
|
||||
|
@ -112,7 +114,7 @@
|
|||
<object class="GtkPaned" id="paned2">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">True</property>
|
||||
<property name="position">200</property>
|
||||
<property name="position">400</property>
|
||||
<property name="position_set">True</property>
|
||||
<child>
|
||||
<object class="GtkScrolledWindow" id="scrolledwindow2">
|
||||
|
|
Loading…
Reference in New Issue
Block a user