Kaydet (Commit) aa957dff authored tarafından Katarina Behrens's avatar Katarina Behrens

Fix Tab key cycle through slide background panel

Remove empty widget container, lot of garbage placeholders and
redundant adjustment.

Regression from commit fba28df7
Oh dear, how could I possibly have reviewed this in?

Change-Id: I25af642afad094faba5b0ba1e37cfbf1a954e52f
Reviewed-on: https://gerrit.libreoffice.org/47720Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarKatarina Behrens <Katarina.Behrens@cib.de>
üst 5cebf6fa
......@@ -3,11 +3,6 @@
<interface domain="sd">
<requires lib="gtk+" version="3.0"/>
<requires lib="LibreOffice" version="1.0"/>
<object class="GtkAdjustment" id="adjustment1">
<property name="upper">100</property>
<property name="step_increment">1</property>
<property name="page_increment">10</property>
</object>
<object class="GtkGrid" id="SlideBackgroundPanel">
<property name="visible">True</property>
<property name="can_focus">False</property>
......@@ -278,62 +273,9 @@
</object>
<packing>
<property name="left_attach">1</property>
<property name="top_attach">16</property>
<property name="top_attach">12</property>
</packing>
</child>
<child>
<object class="GtkBox" id="container">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
<child>
<placeholder/>
</child>
</object>
<packing>
<property name="left_attach">2</property>
<property name="top_attach">0</property>
</packing>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
<child>
<placeholder/>
</child>
......
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