Git Product home page Git Product logo

Comments (4)

ngugc avatar ngugc commented on September 26, 2024
window->SetMinimizedBox(false);
window->SetMaximizedBox(false);
window->SetSizeBox(false);
window->SetTitleBar(false);

没有一个有效的。

from gacui.

vczh avatar vczh commented on September 26, 2024

其实是因为DarkSkin.xml的WindowTemplate没有监控这个属性,你们急需的话可以自己先改,1.0前会把各项细节搞定。

from gacui.

vczh avatar vczh commented on September 26, 2024

注释:因为目前DarkSkin偷懒,并没有打算让你们改边框。所以如果你们要自己修改DarkSkin.xml的话,下面的东西要一起按需修改:

  <Instance name="WindowTemplateResource">
    <Instance ref.CodeBehind="false" ref.Class="darkskin::WindowTemplate" ref.Styles="res://DarkSkin/Style">
      <WindowTemplate ref.Name="self" ContainerComposition-ref="container" MinSizeLimitation="LimitToElementAndChildren">
        <att.MaximizedBoxOption>AlwaysTrue</att.MaximizedBoxOption>
        <att.MinimizedBoxOption>AlwaysTrue</att.MinimizedBoxOption>
        <att.BorderOption>AlwaysTrue</att.BorderOption>
        <att.SizeBoxOption>AlwaysTrue</att.SizeBoxOption>
        <att.IconVisibleOption>AlwaysTrue</att.IconVisibleOption>
        <att.TitleBarOption>AlwaysTrue</att.TitleBarOption>
        <att.CustomizedBorder>true</att.CustomizedBorder>

等新的皮肤做完之后再一并处理

from gacui.

vczh avatar vczh commented on September 26, 2024

搞定了,等下次release

from gacui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.