Forum Home
    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular

    [Dev] Documenting Feathercoin Specific Software settings - Part 15

    Technical Development
    1
    41
    8403
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • wrapper
      wrapper Moderators last edited by wrapper

      Feathercoin specific changes made to convert Bitcoin to FTC 0.9.6.*

      Updated splash screen :: commit

      https://github.com/FeatherCoin/Feathercoin/commit/e469e0b42032481911ec96cce6a4a7662bb30a8f

      src/qt/res/images/*

       src/qt/res/images/splash.1.png
      
      src/qt/res/images/splash.2.png
      

      Deleted

       src/qt/res/images/splash.png
      

      Updated splash screen

      src/qt/splashscreen.cpp

        -    pixPaint.setPen(QColor(200,200,200));
      
       +    pixPaint.setPen(QColor(54,134,190));
      

      Code replaced

       -        Q_ARG(QColor, QColor(200,200,200)));
       +        Q_ARG(QColor, QColor(54,134,190)));
      

      Code replaced

      Updated splash screen header spacing to fit new splash screen image :: commit

      https://github.com/FeatherCoin/Feathercoin/commit/f3bb1baaf2984fac18f20fcc5d4f83fcb1761251

      src/qt/splashscreen.cpp

       -    int paddingTop              = 230;
      
       +    int paddingTop              = 260;
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post