ms access 2013 custom ribbon height (1 Viewer)

Wysy

Registered User.
Local time
Yesterday, 16:46
Joined
Jul 5, 2015
Messages
333
Hi,
Is there anyway to decrease the height of a custom ribbon? Currently i use the following code

<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui">
<ribbon startFromScratch="true">
<tabs>
<tab id="mso_c1.2BEDE7A">
<group id="mso_c3.69A46B">
<button id="VisitEntry" size="normal" label="VisitEntry" imageMso="FileNew" onAction="VisitEntry" visible="true" enabled="false"/>
</group>
</tab>
</tabs>
</ribbon>
</customUI>

It works fine, but i would like to shrink its height. Any ideas?
thanks
 

MarkK

bit cruncher
Local time
Yesterday, 16:46
Joined
Mar 17, 2004
Messages
8,187
No, the ribbon is a fixed height.
 

Wysy

Registered User.
Local time
Yesterday, 16:46
Joined
Jul 5, 2015
Messages
333
thank you, i will go on with that.
 

Users who are viewing this thread

Top Bottom