Hi,
ist es in Rapir möglich die Notifications größer zu bekommen? Möchte gerne die Anzeige des Ftitzbox Callomitors größer haben.
[RELEASE] (Noch) ein Addon für die Fritzbox: Fritzbox Callmonitor
Danke
Größere Notifications
-
Coolzero82 -
22. Juni 2018 um 16:45 -
Erledigt
-
-
Muesste man von Hand in einer Datei anpassen. Ich suche nachher einmal die Datei. Oder du machst Gade ein Vorschlag im kodi.tv Forum.
-
-
Also es sind 2 Änderungen zu machen.
Einmal in der Font.xml (im Rapier/720p Addon Ordner)Code<font> <name>NowPlayingFont</name> <filename>default-bold-caps.ttf</filename> <size>18</size> </font> <font> <name>NowPlayingFont2</name> <filename>default-bold-caps.ttf</filename> <size>18</size> </font>
anpassen.
Die Size.Und in der Include.xml
Code
Alles anzeigen<include name="NotifyPanel"> <control type="image"> <top>-5</top> <width>420</width> <height>80</height> <texture border="20,0,20,8">panels/notify-panel.png</texture> <aspectratio>stretch</aspectratio> </control> </include> <include name="NotifyPanelIcon"> <left>20</left> <top>25</top> <width>30</width> <height>30</height> <aspectratio>stretch</aspectratio> <animation effect="fade" end="70" condition="true">Conditional</animation> </include> <include name="NotifyPanelLabel"> <left>60</left> <top>2</top> <width>320</width> <height>16</height> <font>NowPlayingFont</font> <textcolor>WhiteColor</textcolor> <scrollout>false</scrollout> <pauseatend>1500</pauseatend> <scroll>no</scroll> </include> <include name="NotifyPanelLabel2"> <left>60</left> <top>30</top> <width>320</width> <height>16</height> <font>NowPlayingFont2</font> <textcolor>GreyColor2</textcolor> <scrollout>false</scrollout> <pauseatend>1500</pauseatend> <scroll>true</scroll> </include>
anpassen.
Nur den Balken hab ich noch nicht hinbekommen. -
Hi,
danke für den Tip, damit funktioniert es, allerdings kommen ja schonmal öfters Benachrichtigungen, und dann sind die großen Fenster eher störend, aber war einen Versuch werd.Danke
-
Jetzt mitmachen!
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!