~craftyguy/caerbannog-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Make application work well on bigger screens

Details
Message ID
<20210301215415.18473-1-paper@tilde.institute>
DKIM signature
missing
Download raw message
Patch: +22 -7
---
 ui/window.ui | 29 ++++++++++++++++++++++-------
 1 file changed, 22 insertions(+), 7 deletions(-)

diff --git a/ui/window.ui b/ui/window.ui
index 931ec11..cc222af 100644
--- a/ui/window.ui
+++ b/ui/window.ui
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <requires lib="gtk+" version="3.10"/>
  <requires lib="libhandy" version="1.0"/>
  <menu id="primary-menu">
    <section>
      <item>
@@ -57,13 +59,26 @@
          </object>
        </child>
        <child>
          <object class="GtkSearchEntry" id="searchentry"/>
        </child>
        <child>
          <object class="GtkScrolledWindow" id="pass_store_list_scroll_window">
            <property name="vexpand">True</property>
            <property name="hexpand">True</property>
            <!-- PassList -->
          <object class="HdyClamp">
            <property name="visible">True</property>
            <property name="can-focus">False</property>
            <property name="expand">True</property>
            <child>
              <object class="GtkBox">
                <property name="can-focus">False</property>
                <property name="orientation">vertical</property>
                <child>
                  <object class="GtkSearchEntry" id="searchentry"/>
                </child>
                <child>
                  <object class="GtkScrolledWindow" id="pass_store_list_scroll_window">
                    <property name="vexpand">True</property>
                    <property name="hexpand">True</property>
                    <!-- PassList -->
                  </object>
                </child>
              </object>
            </child>
          </object>
        </child>
      </object>
-- 
2.30.1
Details
Message ID
<C9MO7XHOSZKI.K3UIDVS3UQJB@thinkpad>
In-Reply-To
<20210301215415.18473-1-paper@tilde.institute> (view parent)
DKIM signature
missing
Download raw message
Thanks!
Reply to thread Export thread (mbox)