mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
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:
parent
04a145f89a
commit
cc26ac29b9
3 changed files with 140 additions and 52 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue