theme: finish titleLayout implementation (#2150)

Change Openbox style WLIMC syntax to `menu:iconify,max,close` as was
agreed when PR #2088 was merged.

    <titlebar>
      <layout>menu:iconify,max,close</layout>
      <showTitle>yes|on</showTitle>
    </titlebar>

Ref:
- https://github.com/labwc/labwc/pull/2088#issuecomment-2295730704
This commit is contained in:
Johan Malm 2024-09-23 19:17:12 +01:00 committed by GitHub
parent 04a145f89a
commit cc26ac29b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 140 additions and 52 deletions

View file

@ -28,7 +28,10 @@
<!-- <font><theme> can be defined without an attribute to set all places -->
<theme>
<name></name>
<titleLayout>WLIMC</titleLayout>
<titlebar>
<layout>menu:iconify,max,close</layout>
<showTitle>yes</showTitle>
</titlebar>
<cornerRadius>8</cornerRadius>
<keepBorder>yes</keepBorder>
<dropShadows>no</dropShadows>